Changeset 6524 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 07/07/11 00:17:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Optimization/3.3/ResultCollection.cs ΒΆ
r5445 r6524 40 40 return new ResultCollection(this, cloner); 41 41 } 42 43 public override System.Drawing.Image ItemImage { 44 get { return HeuristicLab.Common.Resources.VSImageLibrary.Object; } 45 } 42 46 } 43 47 }
Note: See TracChangeset
for help on using the changeset viewer.