Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 15:33:32 (10 years ago)
Author:
psteiner
Message:

format - THE END

Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ScatterPlotContent.cs

    r10992 r11001  
    3131  [Item("ScatterPlot", "Represents a scatter plot.")]
    3232  public class ScatterPlotContent : PreprocessingChartContent {
    33     public static new Image StaticItemImage {
    34       get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; }
    35     }
    3633
    3734    public string SelectedXVariable { get; set; }
     
    4744      this.SelectedYVariable = content.SelectedYVariable;
    4845    }
     46
     47    public static new Image StaticItemImage
     48    {
     49      get { return HeuristicLab.Common.Resources.VSImageLibrary.Performance; }
     50    }
     51
    4952    public override IDeepCloneable Clone(Cloner cloner) {
    5053      return new ScatterPlotContent(this, cloner);
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/TransformationContent.cs

    r10977 r11001  
    3636    public static new Image StaticItemImage {
    3737      get { return HeuristicLab.Common.Resources.VSImageLibrary.Method; }
    38     }
     38    } 
    3939
    4040    public TransformationContent(IPreprocessingData data, IFilterLogic filterLogic) {
Note: See TracChangeset for help on using the changeset viewer.