Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/13 23:08:47 (11 years ago)
Author:
ascheibe
Message:

#1042

  • applied mkommends progress view patch
  • adapted Hive views accordingly
  • made some minor improvements (more to come...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBExperimentUploadView.cs

    r9456 r9893  
    5959    public OKBExperimentUploadView() {
    6060      InitializeComponent();
    61       progress = new Progress() {
    62         CanBeCanceled = false,
    63         ProgressState = ProgressState.Finished
    64       };
     61      progress = new Progress();
    6562    }
    6663
     
    103100      RunCreationClient.Instance.Refreshed -= new EventHandler(RunCreationClient_Refreshed);
    104101      if (progressView != null) {
    105         progressView.Content = null;
    106102        progressView.Dispose();
    107103        progressView = null;
Note: See TracChangeset for help on using the changeset viewer.