- Timestamp:
- 04/09/14 15:59:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/StatisticsView.cs
r10740 r10742 184 184 } 185 185 186 private List<string> GetDoubleColums(int i) {187 throw new NotImplementedException();188 }189 190 186 private void dataGridView_CellValueNeeded(object sender, DataGridViewCellValueEventArgs e) { 191 187 if (Content != null && e.RowIndex < columnsRowsMatrix.Count && e.ColumnIndex < columnsRowsMatrix[0].Count) {
Note: See TracChangeset
for help on using the changeset viewer.