Changeset 8818 for trunk/sources/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments
- Timestamp:
- 10/17/12 21:46:00 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments/HideStarterArgument.cs
r8748 r8818 20 20 #endregion 21 21 22 using System; 23 22 24 namespace HeuristicLab.PluginInfrastructure { 25 [Serializable] 23 26 public class HideStarterArgument : CommandLineArgument<bool> { 24 27 public const string TOKEN = "hideStarter"; -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments/StartArgument.cs
r8748 r8818 20 20 #endregion 21 21 22 using System; 23 22 24 namespace HeuristicLab.PluginInfrastructure { 25 [Serializable] 23 26 public class StartArgument : CommandLineArgument<string> { 24 27 public const string TOKEN = "start";
Note: See TracChangeset
for help on using the changeset viewer.