Changeset 8188
- Timestamp:
- 07/02/12 23:45:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.cs
r8179 r8188 683 683 instanceDiscoveryProgressBar.Value = e.ProgressPercentage; 684 684 instanceDiscoveryProgressLabel.Text = (string)e.UserState; 685 Application.DoEvents();686 685 } 687 686 … … 862 861 experimentCreationProgressBar.Style = ProgressBarStyle.Marquee; 863 862 } 864 Application.DoEvents();865 863 } 866 864
Note: See TracChangeset
for help on using the changeset viewer.