Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/11 10:13:53 (12 years ago)
Author:
svonolfe
Message:

Added static item image according to #1651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs

    r6907 r7203  
    4343  public sealed class VehicleRoutingProblem : ParameterizedNamedItem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent {
    4444    public string Filename { get; set; }
    45    
    46     public override Image ItemImage {
     45
     46    public static new Image StaticItemImage {
    4747      get { return HeuristicLab.Common.Resources.VSImageLibrary.Type; }
    4848    }
Note: See TracChangeset for help on using the changeset viewer.