- Timestamp:
- 12/19/11 03:17:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveItem.cs
r6976 r7201 38 38 get { return ItemAttribute.GetVersion(this.GetType()); } 39 39 } 40 public static new Image StaticItemImage { 41 get { return HeuristicLab.Common.Resources.VSImageLibrary.Database; } 42 } 40 43 public virtual Image ItemImage { 41 44 get { … … 43 46 return HeuristicLab.Common.Resources.VSImageLibrary.DatabaseModified; 44 47 else 45 return HeuristicLab.Common.Resources.VSImageLibrary.Database;48 return ItemAttribute.GetImage(this.GetType()); 46 49 } 47 50 }
Note: See TracChangeset
for help on using the changeset viewer.