Changeset 10586 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs
- Timestamp:
- 03/12/14 17:03:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.cs
r10558 r10586 64 64 65 65 //create content items 66 I PreprocessingData data = Content.Data;66 ITransactionalPreprocessingData data = Content.Data; 67 67 ISearchLogic searchLogic = new SearchLogic(data); 68 68 var dataGridLogic = new DataGridLogic(data);
Note: See TracChangeset
for help on using the changeset viewer.