Changeset 13338 for branches/RefactorPluginInfrastructure-2522/HeuristicLab.Operators.Programmable.Views/3.3
- Timestamp:
- 11/23/15 16:14:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.cs
r12473 r13338 205 205 } 206 206 catch (Exception ex) { 207 ErrorHandling.ShowErrorDialog(this, ex);207 MainFormManager.MainForm.ShowError(ex.Message, ex); 208 208 } 209 209 OnContentChanged();
Note: See TracChangeset
for help on using the changeset viewer.