Changeset 3758 for trunk/sources/HeuristicLab.Optimizer
- Timestamp:
- 05/11/10 04:26:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/FileManager.cs
r3557 r3758 26 26 using HeuristicLab.Core.Views; 27 27 using HeuristicLab.MainForm; 28 using HeuristicLab.PluginInfrastructure; 28 29 29 30 namespace HeuristicLab.Optimizer { … … 73 74 } 74 75 catch (Exception ex) { 75 Auxiliary.ShowErrorMessageBox(ex);76 ErrorHandling.ShowErrorDialog((Control)MainFormManager.MainForm, "Cannot open file.", ex); 76 77 } 77 78 finally { … … 133 134 } 134 135 catch (Exception ex) { 135 Auxiliary.ShowErrorMessageBox(ex);136 ErrorHandling.ShowErrorDialog((Control)MainFormManager.MainForm, "Cannot save file.", ex); 136 137 } 137 138 finally {
Note: See TracChangeset
for help on using the changeset viewer.