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.MainForm/3.3/Interfaces/IMainForm.cs

    r7259 r8818  
    2323using System.Collections.Generic;
    2424using HeuristicLab.Common;
     25using HeuristicLab.PluginInfrastructure;
    2526
    2627namespace HeuristicLab.MainForm {
    2728  public interface IMainForm {
    2829    string Title { get; set; }
     30    IEnumerable<ICommandLineArgument> Arguments { get; set; }
    2931
    3032    IView ActiveView { get; }
Note: See TracChangeset for help on using the changeset viewer.