- Timestamp:
- 03/02/16 14:50:58 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13570
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Optimization.Views merged: 13570
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionTableView.cs
r13063 r13643 25 25 using System.Linq; 26 26 using System.Windows.Forms; 27 using HeuristicLab.Collections;28 27 using HeuristicLab.Core; 29 28 using HeuristicLab.Data.Views; … … 122 121 } 123 122 124 p rotectedoverride void UpdateColumnHeaders() {123 public override void UpdateColumnHeaders() { 125 124 string[] colNames = base.Content.ColumnNames.ToArray(); 126 125 int colCount = colNames.Length;
Note: See TracChangeset
for help on using the changeset viewer.