Changeset 8818 for trunk/sources/HeuristicLab.PluginInfrastructure/3.3/CommandLineArgumentHandling/Arguments/StartArgument.cs
- Timestamp:
- 10/17/12 21:46:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.