Changeset 16421
- Timestamp:
- 12/20/18 13:18:33 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2904_CalculateImpacts/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionVariableImpactsView.cs
r16420 r16421 52 52 InitializeComponent(); 53 53 54 this.sortByComboBox.Items.AddRange(Enum.GetValues(typeof(SortingCriteria)).Cast<object>().ToArray());55 this.sortByComboBox.SelectedItem = SortingCriteria.ImpactValue;56 54 //Set the default values 57 55 this.dataPartitionComboBox.SelectedIndex = 0;
Note: See TracChangeset
for help on using the changeset viewer.