Changeset 4068 for trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstallationManagerConsole.cs
- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/InstallationManagerConsole.cs
r3090 r4068 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Linq; 25 using System.Text; 24 using HeuristicLab.PluginInfrastructure.Advanced.DeploymentService; 26 25 using HeuristicLab.PluginInfrastructure.Manager; 27 using System.IO;28 using System.ComponentModel;29 using HeuristicLab.PluginInfrastructure.Advanced.DeploymentService;30 26 31 27
Note: See TracChangeset
for help on using the changeset viewer.