Mercurial > pub > ImplabNet
view Implab/IComponentContainer.cs @ 115:ffd3702968c7 v2
fixed JSON writer
author | cin |
---|---|
date | Sun, 21 Dec 2014 13:52:08 +0300 |
parents | dc4942d09e74 |
children |
line wrap: on
line source
using System; namespace Implab { public interface IComponentContainer { void Add(IDisposable component); } }