Changeset 10629
- Timestamp:
- 03/19/14 15:04:31 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataGridContentView.cs
r10627 r10629 148 148 OnContentChanged(); 149 149 }); 150 } else if (e.Control && e.KeyCode == Keys.F) { 151 152 } else if (e.Control && e.KeyCode == Keys.H) { 153 150 154 } 151 155 } -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/DataGridContent.cs
r10625 r10629 123 123 } 124 124 125 public bool SetValue(string value, int columnIndex, int rowIndex) {125 public bool SetValue(string value, int rowIndex, int columnIndex) { 126 126 return dataGridLogic.SetValue(value, columnIndex, rowIndex); 127 127 }
Note: See TracChangeset
for help on using the changeset viewer.