Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8188


Ignore:
Timestamp:
07/02/12 23:45:40 (12 years ago)
Author:
abeham
Message:

#1851: Removed calls to Application.DoEvents()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.cs

    r8179 r8188  
    683683        instanceDiscoveryProgressBar.Value = e.ProgressPercentage;
    684684      instanceDiscoveryProgressLabel.Text = (string)e.UserState;
    685       Application.DoEvents();
    686685    }
    687686
     
    862861        experimentCreationProgressBar.Style = ProgressBarStyle.Marquee;
    863862      }
    864       Application.DoEvents();
    865863    }
    866864
Note: See TracChangeset for help on using the changeset viewer.