Changeset 6647 for branches/GP.Grammar.Editor/HeuristicLab.Optimization
- Timestamp:
- 08/09/11 11:01:08 (13 years ago)
- Location:
- branches/GP.Grammar.Editor/HeuristicLab.Optimization/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs
-
branches/GP.Grammar.Editor/HeuristicLab.Optimization/3.3/Result.cs
r5445 r6647 39 39 if (value != null) return value.ItemImage; 40 40 else return base.ItemImage; 41 } 42 } 43 44 public override string ItemDescription { 45 get { 46 if (Description != String.Empty) return Description; 47 else return base.ItemDescription; 41 48 } 42 49 }
Note: See TracChangeset
for help on using the changeset viewer.