- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IApplication.cs
r3092 r4068 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 22 26 23 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IApplicationDescription.cs
r2790 r4068 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 25 23 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IApplicationManager.cs
r3092 r4068 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Text;25 using System.Windows.Forms;26 using System.Reflection;27 24 28 25 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IControlManager.cs
r2790 r4068 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 using System.Windows.Forms;26 22 27 23 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IPlugin.cs
r2790 r4068 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 using System.Text;25 22 26 23 namespace HeuristicLab.PluginInfrastructure { -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IPluginFile.cs
r2790 r4068 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 25 23 namespace HeuristicLab.PluginInfrastructure {
Note: See TracChangeset
for help on using the changeset viewer.