- Timestamp:
- 03/19/14 13:05:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs
r10617 r10620 51 51 var lineChartLogic = new LineChartLogic(data); 52 52 var histogramLogic = new HistogramLogic(data); 53 var filterLogic = new FilterLogic( );53 var filterLogic = new FilterLogic(data); 54 54 55 55 viewShortcutCollectionView.Content = new ViewShortcutCollection {
Note: See TracChangeset
for help on using the changeset viewer.