Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/10 02:47:56 (14 years ago)
Author:
swagner
Message:

Restructured code of changes made in r3106 (#919).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters/3.3/OptionalConstrainedValueParameter.cs

    r3106 r3136  
    6969          );
    7070        Value = val;
    71       }
    72     }
    73 
    74     public override System.Drawing.Image ItemImage {
    75       get {
    76         if (typeof(IOperator).IsAssignableFrom(typeof(T)))
    77           return HeuristicLab.Common.Resources.VS2008ImageLibrary.Method;
    78         else
    79           return base.ItemImage;
    8071      }
    8172    }
Note: See TracChangeset for help on using the changeset viewer.