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/TransformationContent.cs

    r13508 r13656  
    2020#endregion
    2121
    22 using System.Drawing;
    2322using HeuristicLab.Common;
    2423using HeuristicLab.Core;
     
    3433    public ICheckedItemList<ITransformation> CheckedTransformationList { get; private set; }
    3534
    36     public static new Image StaticItemImage {
    37       get { return HeuristicLab.Common.Resources.VSImageLibrary.Method; }
    38     }
     35
    3936
    4037    public TransformationContent(IPreprocessingData data, FilterLogic filterLogic) {
Note: See TracChangeset for help on using the changeset viewer.