Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/09 02:44:23 (14 years ago)
Author:
swagner
Message:

Continued work on Optimizer and on adapting all views to the new MainForm concept (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/IItem.cs

    r2526 r2546  
    2323using System.Collections.Generic;
    2424using System.Text;
     25using System.Drawing;
    2526
    2627namespace HeuristicLab.Core {
     
    2930  /// </summary>
    3031  public interface IItem : ICloneable {
     32    string Name { get; }
     33    string Description { get; }
     34    Image Image { get; }
     35
    3136    /// <summary>
    3237    /// Creates a deep clone of this item.
Note: See TracChangeset for help on using the changeset viewer.