- Timestamp:
- 05/04/17 17:19:35 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.cs
r14185 r14927 203 203 try { 204 204 ProgrammableOperator.Compile(); 205 } 206 catch (Exception ex) { 205 } catch (Exception ex) { 207 206 ErrorHandling.ShowErrorDialog(this, ex); 208 207 }
Note: See TracChangeset
for help on using the changeset viewer.