Mercurial > pub > ImplabNet
view Implab/IComponentContainer.cs @ 94:a43745f81f10 v2
minor fixes
author | cin |
---|---|
date | Thu, 23 Oct 2014 17:50:09 +0400 |
parents | dc4942d09e74 |
children |
line wrap: on
line source
using System; namespace Implab { public interface IComponentContainer { void Add(IDisposable component); } }