- Timestamp:
- 10/17/12 21:46:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/BaseClasses/ApplicationBase.cs
r7259 r8818 67 67 /// Runs the application. 68 68 /// </summary> 69 public abstract void Run( );69 public abstract void Run(ICommandLineArgument[] args); 70 70 71 71 #endregion
Note: See TracChangeset
for help on using the changeset viewer.