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/KSPTSPConnectorCode.cs

    r11577 r11712  
    2727using HeuristicLab.Networks.Programmable;
    2828using HeuristicLab.Problems.TravelingSalesman;
    29 using System.Drawing;
    3029using System.Linq;
    3130using System.Threading;
     
    3433  [Item("KSPTSPConnector", "A node of an optimization network which connects a KSP and a TSP.")]
    3534  public class CompiledKSPTSPConnector : ProgrammableNode.CompiledProgrammableNode {
    36     public static new Image StaticItemImage {
    37       get { return HeuristicLab.Common.Resources.VSImageLibrary.RadialChart; }
    38     }
    39 
    4035    protected CompiledKSPTSPConnector(CompiledKSPTSPConnector original, Cloner cloner) : base(original, cloner) { }
    4136    public CompiledKSPTSPConnector(ProgrammableNode context)
Note: See TracChangeset for help on using the changeset viewer.