Changeset 10977 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/CheckedTransformationListView.cs
- Timestamp:
- 06/11/14 12:35:14 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/CheckedTransformationListView.cs
r10902 r10977 56 56 57 57 return (ITransformation)typeSelectorDialog.TypeSelector.CreateInstanceOfSelectedType(new[] { columnNames }); 58 } catch (Exception ex) { 58 } 59 catch (Exception ex) { 59 60 ErrorHandling.ShowErrorDialog(this, ex); 60 61 }
Note: See TracChangeset
for help on using the changeset viewer.