Changeset 5774 for branches/DataAnalysis Refactoring
- Timestamp:
- 03/21/11 10:31:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Data/3.3/StringConvertibleValueTuple.cs
r5770 r5774 21 21 22 22 using System; 23 using System.Drawing; 23 24 using HeuristicLab.Common; 24 25 using HeuristicLab.Core; … … 31 32 where T : class, IDeepCloneable, IStringConvertibleValue 32 33 where U : class, IDeepCloneable, IStringConvertibleValue { 34 public override Image ItemImage { 35 get { return HeuristicLab.Common.Resources.VSImageLibrary.ValueType; } 36 } 33 37 34 38 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.