- Timestamp:
- 10/17/12 21:46:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IApplication.cs
r7259 r8818 37 37 /// Main entry point for the application. 38 38 /// </summary> 39 void Run( );39 void Run(ICommandLineArgument[] args); 40 40 } 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.