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