Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/16 10:18:05 (8 years ago)
Author:
ascheibe
Message:

#2582 created branch for Hive Web Job Manager

Location:
branches/WebJobManager
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.DataPreprocessing/3.4/Content/StatisticsContent.cs

    r13508 r13656  
    2020#endregion
    2121
    22 using System.Drawing;
    2322using HeuristicLab.Common;
    2423using HeuristicLab.Core;
     
    3837    }
    3938
    40     public StatisticsLogic StatisticsLogic {
     39    public StatisticsLogic StatisticsLogic
     40    {
    4141      get { return statisticsLogic; }
    4242    }
    4343
    44     public static new Image StaticItemImage {
    45       get { return HeuristicLab.Common.Resources.VSImageLibrary.Object; }
    46     }
     44
    4745
    4846    public override IDeepCloneable Clone(Cloner cloner) {
     
    5048    }
    5149
    52     public event DataPreprocessingChangedEventHandler Changed {
     50    public event DataPreprocessingChangedEventHandler Changed
     51    {
    5352      add { statisticsLogic.Changed += value; }
    5453      remove { statisticsLogic.Changed -= value; }
Note: See TracChangeset for help on using the changeset viewer.