Mercurial > pub > ImplabNet
view Implab/IComponentContainer.cs @ 97:b11c7e9d93bc v2
added enumerable interface to MTQueue
author | cin |
---|---|
date | Fri, 31 Oct 2014 17:34:54 +0300 |
parents | dc4942d09e74 |
children |
line wrap: on
line source
using System; namespace Implab { public interface IComponentContainer { void Add(IDisposable component); } }