Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9868


Ignore:
Timestamp:
08/07/13 15:54:59 (11 years ago)
Author:
jkarder
Message:

#1042: additional commit for r9867 (fix build fail)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ProgressView.cs

    r9867 r9868  
    4747    public bool DisposeOnFinish { get; set; }
    4848
    49     public ProgressView(IView view) {
     49    public ProgressView() {
    5050      InitializeComponent();
     51    }
     52
     53    public ProgressView(IView view)
     54      : this() {
    5155      if (view == null) throw new ArgumentNullException("view", "The view is null.");
    5256      if (!(view is Control)) throw new ArgumentException("The view is not a control.", "view");
Note: See TracChangeset for help on using the changeset viewer.