diff Implab/IComponentContainer.cs @ 93:dc4942d09e74 v2

improved tracing added the application components container MTComponentContainer.AppContainer
author cin
date Thu, 23 Oct 2014 01:13:57 +0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Implab/IComponentContainer.cs	Thu Oct 23 01:13:57 2014 +0400
@@ -0,0 +1,8 @@
+using System;
+
+namespace Implab {
+    public interface IComponentContainer {
+        void Add(IDisposable component);
+    }
+}
+