Mercurial > pub > ImplabNet
view Implab/IComponentContainer.cs @ 133:6c49d02a9a05 v2
sync
| author | cin |
|---|---|
| date | Mon, 09 Feb 2015 00:28:13 +0300 |
| parents | dc4942d09e74 |
| children |
line wrap: on
line source
using System; namespace Implab { public interface IComponentContainer { void Add(IDisposable component); } }
