Changeset 5287 for trunk/sources/HeuristicLab.Encodings.PermutationEncoding
- Timestamp:
- 01/12/11 09:13:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/PermutationType.cs
r4722 r5287 31 31 public class PermutationType : ValueTypeValue<PermutationTypes> { 32 32 public override Image ItemImage { 33 get { return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Enum; }33 get { return HeuristicLab.Common.Resources.VSImageLibrary.Enum; } 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.