Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/12 21:46:00 (12 years ago)
Author:
jkarder
Message:

#1926:

  • added OpenArgument
  • refactored argument handling infrastructure
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence.GUI/3.3/Plugin.cs.frame

    r8246 r8818  
    1313  [Application("Persistence Configuration", "Configure type mappings of persistence")]
    1414  public class HeuristicLabPersistenceGUIApplication : ApplicationBase {
    15     public override void Run() {
     15    public override void Run(ICommandLineArgument[] args) {
    1616      Application.EnableVisualStyles();
    1717      Application.SetCompatibleTextRenderingDefault(false);
Note: See TracChangeset for help on using the changeset viewer.