Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/22/14 02:20:11 (9 years ago)
Author:
swagner
Message:

#2205: Implemented review comments:

  • checked and adapted item images
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/Programmable/UserDefinedNetwork.cs

    r11577 r11712  
    2424using HeuristicLab.Core.Networks;
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     26using System.Drawing;
    2627
    2728namespace HeuristicLab.Networks.Programmable {
     
    3031  [StorableClass]
    3132  public sealed class UserDefinedNetwork : ProgrammableNetwork, IUserDefinedNetwork {
     33    public static new Image StaticItemImage {
     34      get { return HeuristicLab.Common.Resources.VSImageLibrary.Script; }
     35    }
     36
    3237    new public PortCollection Ports {
    3338      get { return base.Ports; }
Note: See TracChangeset for help on using the changeset viewer.