Changeset 13508 for trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessorStarter.cs
- Timestamp:
- 01/14/16 17:51:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessorStarter.cs
r13502 r13508 34 34 IDataAnalysisProblem problem; 35 35 GetMostOuterContent(currentView as Control, out algorithm, out problem); 36 var context = new PreprocessingContext( algorithm ?? problem ?? problemData as IItem);36 var context = new PreprocessingContext(problemData, algorithm ?? problem ?? problemData as IItem); 37 37 MainFormManager.MainForm.ShowContent(context); 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.