Changeset 5287 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 01/12/11 09:13:15 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/AntTrail.cs
r4722 r5287 36 36 public sealed class AntTrail : Item { 37 37 public override Image ItemImage { 38 get { return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Image; }38 get { return HeuristicLab.Common.Resources.VSImageLibrary.Image; } 39 39 } 40 40 [Storable] -
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs
r4722 r5287 45 45 46 46 public override Image ItemImage { 47 get { return HeuristicLab.Common.Resources.VS 2008ImageLibrary.Type; }47 get { return HeuristicLab.Common.Resources.VSImageLibrary.Type; } 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.