Changeset 17039
- Timestamp:
- 06/26/19 12:16:33 (5 years ago)
- Location:
- branches/2924_DotNetCoreMigration
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab/3.3/ApplicationCommand.cs
r17013 r17039 15 15 SubCommands = new Type[] { 16 16 typeof(OptimizeCommand), 17 typeof(BuildCommand),18 17 typeof(InspectCommand) 19 18 } -
branches/2924_DotNetCoreMigration/HeuristicLab/3.3/InspectCommand.cs
r17013 r17039 23 23 .Where(x => x.Name.Equals("CLIInspect")) 24 24 .First() 25 26 25 }); 27 26 }
Note: See TracChangeset
for help on using the changeset viewer.