Changeset 5862
- Timestamp:
- 03/29/11 14:44:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
r5850 r5862 41 41 public CrossValidationView() { 42 42 InitializeComponent(); 43 workersNumericUpDown.Maximum = Environment.ProcessorCount * 2;44 43 } 45 44
Note: See TracChangeset
for help on using the changeset viewer.