Changeset 5898 for trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
- Timestamp:
- 03/30/11 18:27:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
r5862 r5898 275 275 problemTypeSelectorDialog.TypeSelector.Caption = "Available Problems"; 276 276 } 277 problemTypeSelectorDialog.TypeSelector.Configure(new List<Type>() { Content.ProblemType, Content.Algorithm.ProblemType }, false, true );277 problemTypeSelectorDialog.TypeSelector.Configure(new List<Type>() { Content.ProblemType, Content.Algorithm.ProblemType }, false, true, true); 278 278 if (problemTypeSelectorDialog.ShowDialog(this) == DialogResult.OK) { 279 279 Content.Problem = (IDataAnalysisProblem)problemTypeSelectorDialog.TypeSelector.CreateInstanceOfSelectedType();
Note: See TracChangeset
for help on using the changeset viewer.