Changeset 12105 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
- Timestamp:
- 03/03/15 11:18:07 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 12037,12041,12057,12059-12060,12067,12069-12070,12072,12074,12076-12078,12085,12087-12091,12093,12095-12096,12100-12104
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Data.Views/3.3
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Data.Views/3.3 merged: 12037,12077
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r12031 r12105 123 123 } 124 124 125 pr ivatevoid UpdateData() {125 protected virtual void UpdateData() { 126 126 rowsTextBox.Text = Content.Rows.ToString(); 127 127 rowsTextBox.Enabled = true;
Note: See TracChangeset
for help on using the changeset viewer.