Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/OKBItemCollectionView.cs
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/OKBItemCollectionView.cs
r12012 r13338 40 40 } 41 41 catch (Exception ex) { 42 ErrorHandling.ShowErrorDialog(this,"Delete failed.", ex);42 MainFormManager.MainForm.ShowError("Delete failed.", ex); 43 43 } 44 44 } … … 48 48 } 49 49 catch (Exception ex) { 50 ErrorHandling.ShowErrorDialog(this,"Delete failed.", ex);50 MainFormManager.MainForm.ShowError("Delete failed.", ex); 51 51 } 52 52 } … … 56 56 } 57 57 catch (Exception ex) { 58 ErrorHandling.ShowErrorDialog(this,"Delete failed.", ex);58 MainFormManager.MainForm.ShowError("Delete failed.", ex); 59 59 } 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.