- Timestamp:
- 01/16/12 15:42:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/ServiceClient/OKBItem.cs
r7331 r7334 39 39 get { return ItemAttribute.GetVersion(this.GetType()); } 40 40 } 41 public static Image StaticItemImage { 42 get { return HeuristicLab.Common.Resources.VSImageLibrary.Database; } 43 } 41 44 public virtual Image ItemImage { 42 45 get { … … 44 47 return HeuristicLab.Common.Resources.VSImageLibrary.DatabaseModified; 45 48 else 46 return HeuristicLab.Common.Resources.VSImageLibrary.Database;49 return ItemAttribute.GetImage(this.GetType()); 47 50 } 48 51 }
Note: See TracChangeset
for help on using the changeset viewer.