Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/26/10 04:14:27 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

File:
1 edited

Legend:

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

    r3431 r3528  
    2020#endregion
    2121
     22using System.Drawing;
    2223using HeuristicLab.Collections;
    2324using HeuristicLab.Common;
     
    3132  [StorableClass]
    3233  public sealed class Scope : NamedItem, IScope {
     34    public override Image ItemImage {
     35      get { return HeuristicLab.Common.Resources.VS2008ImageLibrary.OrgChart; }
     36    }
     37
    3338    [Storable]
    3439    private IScope parent;
Note: See TracChangeset for help on using the changeset viewer.