Changeset 3758 for trunk/sources/HeuristicLab.Operators.Programmable
- Timestamp:
- 05/11/10 04:26:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperatorView.cs
r3455 r3758 37 37 using HeuristicLab.Operators.Views; 38 38 using HeuristicLab.MainForm; 39 using HeuristicLab.PluginInfrastructure; 39 40 40 41 namespace HeuristicLab.Operators.Programmable { … … 134 135 MessageBox.Show("Compilation successful", "Success", MessageBoxButtons.OK, MessageBoxIcon.Information); 135 136 } catch (Exception ex) { 136 Auxiliary.ShowErrorMessageBox(ex);137 ErrorHandling.ShowErrorDialog(this, ex); 137 138 } 138 139 OnContentChanged();
Note: See TracChangeset
for help on using the changeset viewer.