Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.Hive.JobManager/3.3/MenuItems
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.Hive.JobManager/3.3/MenuItems/RunInHiveMenuItem.cs
r12012 r13338 99 99 MainFormManager.GetMainForm<MainForm.WindowsForms.MainForm>().RemoveOperationProgressFromContent(content); 100 100 progress.ProgressStateChanged -= progress_ProgressStateChanged; 101 ErrorHandling.ShowErrorDialog("Error uploading tasks", ex);101 MainFormManager.MainForm.ShowError("Error uploading tasks", ex); 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.