Changeset 7986 for trunk/sources
- Timestamp:
- 06/12/12 08:30:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionDataTableView.cs
r7980 r7986 185 185 186 186 private void UpdateDataTableComboBox() { 187 dataTableComboBox.Items.Clear(); 187 188 var dataTables = (from run in Content 188 189 from result in run.Results … … 195 196 196 197 private void UpdateDataRowComboBox() { 198 dataRowComboBox.Items.Clear(); 197 199 string resultName = (string)dataTableComboBox.SelectedItem; 198 200 var dataTables = from run in Content
Note: See TracChangeset
for help on using the changeset viewer.