Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/12 15:42:11 (13 years ago)
Author:
ascheibe
Message:

#1174 added StaticItemImage property to the OKB Item, Algorithm and Problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/ServiceClient/OKBItem.cs

    r7331 r7334  
    3939      get { return ItemAttribute.GetVersion(this.GetType()); }
    4040    }
     41    public static Image StaticItemImage {
     42      get { return HeuristicLab.Common.Resources.VSImageLibrary.Database; }
     43    }
    4144    public virtual Image ItemImage {
    4245      get {
     
    4447          return HeuristicLab.Common.Resources.VSImageLibrary.DatabaseModified;
    4548        else
    46           return HeuristicLab.Common.Resources.VSImageLibrary.Database;
     49          return ItemAttribute.GetImage(this.GetType());
    4750      }
    4851    }
Note: See TracChangeset for help on using the changeset viewer.