- Timestamp:
- 05/12/17 14:10:55 (8 years ago)
- Location:
- branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3/BinPacking3DProblemView.Designer.cs
r14876 r14976 128 128 this.heuristicComboBox.Size = new System.Drawing.Size(208, 21); 129 129 this.heuristicComboBox.TabIndex = 20; 130 this.heuristicComboBox.SelectedIndexChanged += new System.EventHandler(this.heuristicComboBox_SelectedIndexChanged);130 //this.heuristicComboBox.SelectedIndexChanged += new System.EventHandler(this.heuristicComboBox_SelectedIndexChanged); 131 131 // 132 132 // BinPacking3DProblemView -
branches/BinPackingExtension/HeuristicLab.Problems.BinPacking.Views/3.3/BinPacking3DProblemView.cs
r14876 r14976 34 34 } 35 35 36 private void heuristicComboBox_SelectedIndexChanged(object sender, EventArgs e) {36 /*private void heuristicComboBox_SelectedIndexChanged(object sender, EventArgs e) { 37 37 if (Content == null) return; 38 38 if (heuristicComboBox.SelectedItem.ToString().CompareTo("Best Fit (Free Volume)") == 0) { 39 40 39 } 41 } 40 }*/ 42 41 43 42 private void sortingComboBox_SelectedIndexChanged(object sender, EventArgs e) {
Note: See TracChangeset
for help on using the changeset viewer.