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.Operators/3.3/ReductionOperation.cs

    r12012 r13656  
    4242  [StorableClass]
    4343  public class ReductionOperation : ValueTypeValue<ReductionOperations> {
    44     public static new Image StaticItemImage {
    45       get { return HeuristicLab.Common.Resources.VSImageLibrary.Enum; }
     44    public static new Image StaticItemImage
     45    {
     46      get { return new Bitmap(25, 25); }
    4647    }
    4748
Note: See TracChangeset for help on using the changeset viewer.