- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.PluginInfrastructure/3.3/BaseClasses/ApplicationBase.cs
r7259 r9363 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.