Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/11 10:31:40 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected ItemImage of StringConvertibleValueTypeTuple.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Data/3.3/StringConvertibleValueTuple.cs

    r5770 r5774  
    2121
    2222using System;
     23using System.Drawing;
    2324using HeuristicLab.Common;
    2425using HeuristicLab.Core;
     
    3132    where T : class, IDeepCloneable, IStringConvertibleValue
    3233    where U : class, IDeepCloneable, IStringConvertibleValue {
     34    public override Image ItemImage {
     35      get { return HeuristicLab.Common.Resources.VSImageLibrary.ValueType; }
     36    }
    3337
    3438    [Storable]
Note: See TracChangeset for help on using the changeset viewer.