- Timestamp:
- 10/18/12 14:59:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MainForm.cs
r8818 r8821 68 68 } 69 69 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 79 70 public override Cursor Cursor { 80 71 get { return base.Cursor; }
Note: See TracChangeset
for help on using the changeset viewer.