using System; namespace Implab { public interface IComponentContainer { void Add(IDisposable component); } }