Changeset 10257
- Timestamp:
- 12/18/13 16:50:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataGridContentView.cs
r10253 r10257 37 37 38 38 private void btnApplySort_Click(object sender, System.EventArgs e) { 39 39 Content.PreprocessingDataManipulation.reOrderToIndices(virtualRowIndices); 40 40 } 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.