Changeset 18232 for stable/HeuristicLab.Algorithms.DataAnalysis.Views
- Timestamp:
- 03/08/22 13:34:19 (3 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Algorithms.DataAnalysis.Views merged: 17816
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs
r17468 r18232 202 202 #region GUI events 203 203 private void shuffleSamplesCheckBox_CheckedChanged(object sender, EventArgs e) { 204 Content.ShuffleSamples.Value = shuffleSamplesCheckBox.Checked; 204 if (Content != null) 205 Content.ShuffleSamples.Value = shuffleSamplesCheckBox.Checked; 205 206 } 206 207 private void foldsNumericUpDown_Validated(object sender, EventArgs e) {
Note: See TracChangeset
for help on using the changeset viewer.