- Timestamp:
- 12/19/11 10:13:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/TourEncoding.cs
r6851 r7203 33 33 [StorableClass] 34 34 public abstract class TourEncoding : Item, IVRPEncoding { 35 public override ImageItemImage {35 public static new Image StaticItemImage { 36 36 get { return HeuristicLab.Common.Resources.VSImageLibrary.Class; } 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.