Changeset 7202 for branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart
- Timestamp:
- 12/19/11 09:41:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart/ColorValue.cs
r7128 r7202 8 8 using HeuristicLab.Data; 9 9 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 10 using HeuristicLab.Common.Resources; 10 11 11 12 namespace HeuristicLab.Analysis.FitnessLandscape.BoxChart { … … 45 46 public override bool CanChangeName { get { return false; } } 46 47 public override bool CanChangeDescription { get { return false; } } 48 public static new Image StaticItemImage { get { return VSImageLibrary.DisplayInColorVertical; } } 47 49 public override Image ItemImage { 48 50 get {
Note: See TracChangeset
for help on using the changeset viewer.