- Timestamp:
- 10/17/18 15:55:03 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionVariableImpactsView.cs
r15753 r16232 60 60 InitializeComponent(); 61 61 62 //Little workaround. If you fill the ComboBox-Items in the other partial class, the UI-Designer will moan.63 62 this.sortByComboBox.Items.AddRange(Enum.GetValues(typeof(SortingCriteria)).Cast<object>().ToArray()); 64 63 this.sortByComboBox.SelectedItem = SortingCriteria.ImpactValue;
Note: See TracChangeset
for help on using the changeset viewer.