Changeset 7202 for branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/DistanceCalculators/PermutationDistanceCalculator.cs
- Timestamp:
- 12/19/11 09:41:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/DistanceCalculators/PermutationDistanceCalculator.cs
r7128 r7202 21 21 public override bool CanChangeName { get { return false; } } 22 22 public override bool CanChangeDescription { get { return false; } } 23 public override System.Drawing.ImageItemImage { get { return VSImageLibrary.Function; } }23 public static new Image StaticItemImage { get { return VSImageLibrary.Function; } } 24 24 25 25 #endregion
Note: See TracChangeset
for help on using the changeset viewer.