- Timestamp:
- 04/23/14 11:42:51 (11 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/HistogramContent.cs
r10658 r10771 37 37 38 38 public static new Image StaticItemImage { 39 get { return HeuristicLab.Common.Resources.VSImageLibrary. PieChart; }39 get { return HeuristicLab.Common.Resources.VSImageLibrary.Statistics; } 40 40 } 41 41 -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/LineChartContent.cs
r10709 r10771 39 39 40 40 public static new Image StaticItemImage { 41 get { return HeuristicLab.Common.Resources.VSImageLibrary.P ieChart; }41 get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; } 42 42 } 43 43 -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsContent.cs
r10614 r10771 42 42 43 43 public static new Image StaticItemImage { 44 get { return HeuristicLab.Common.Resources.VSImageLibrary. Statistics; }44 get { return HeuristicLab.Common.Resources.VSImageLibrary.Object; } 45 45 } 46 46
Note: See TracChangeset
for help on using the changeset viewer.