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.WindowsForms/3.3/MainForms/MainForm.cs

    r8818 r8821  
    6868    }
    6969
    70     private IEnumerable<ICommandLineArgument> arguments;
    71     public IEnumerable<ICommandLineArgument> Arguments {
    72       get { return arguments; }
    73       set {
    74         if (arguments == null) arguments = value;
    75         else throw new InvalidOperationException("Arguments can only be set once and were already set.");
    76       }
    77     }
    78 
    7970    public override Cursor Cursor {
    8071      get { return base.Cursor; }
Note: See TracChangeset for help on using the changeset viewer.