Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Core.Views/3.3/OperatorSetView.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Core.Views/3.3/OperatorSetView.cs
r14185 r14927 49 49 try { 50 50 return (IOperator)typeSelectorDialog.TypeSelector.CreateInstanceOfSelectedType(); 51 } 52 catch (Exception ex) { 51 } catch (Exception ex) { 53 52 ErrorHandling.ShowErrorDialog(this, ex); 54 53 }
Note: See TracChangeset
for help on using the changeset viewer.