Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionConstraintCollectionView.cs
r12012 r13338 51 51 } 52 52 catch (Exception ex) { 53 ErrorHandling.ShowErrorDialog(this, ex);53 MainFormManager.MainForm.ShowError(ex.Message, ex); 54 54 } 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.