- Timestamp:
- 01/12/11 09:13:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/SymbolicExpressionTree.cs
r4722 r5287 32 32 public class SymbolicExpressionTree : Item { 33 33 public override Image ItemImage { 34 get { return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Function; }34 get { return HeuristicLab.Common.Resources.VSImageLibrary.Function; } 35 35 } 36 36 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.