Changeset 16317 for branches/2845_EnhancedProgress/HeuristicLab.Optimizer
- Timestamp:
- 11/22/18 12:37:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2845_EnhancedProgress/HeuristicLab.Optimizer/3.3/StartPage.cs
r16311 r16317 88 88 89 89 private void LoadSamples(object state) { 90 progress = Progress.Show (samplesListView, "Loading...");90 progress = Progress.ShowOnControl(samplesListView, "Loading..."); 91 91 try { 92 92 var assembly = Assembly.GetExecutingAssembly(); … … 112 112 OnAllSamplesLoaded(); 113 113 } finally { 114 Progress.Hide (samplesListView);114 Progress.HideFromControl(samplesListView); 115 115 } 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.