Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/18/12 14:59:21 (12 years ago)
Author:
jkarder
Message:

#1929: reverted the changes addressed by mkommend in comment:29:ticket:1926

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.3/Interfaces/IMainForm.cs

    r8818 r8821  
    2323using System.Collections.Generic;
    2424using HeuristicLab.Common;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726namespace HeuristicLab.MainForm {
    2827  public interface IMainForm {
    2928    string Title { get; set; }
    30     IEnumerable<ICommandLineArgument> Arguments { get; set; }
    3129
    3230    IView ActiveView { get; }
Note: See TracChangeset for help on using the changeset viewer.