Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (14 years ago)
Author:
swagner
Message:

Implemented first draft of MainForm support in HeuristicLab.Core/HeuristicLab.Core.Views and all other depending plugins (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP/3.3/TSPInjector.cs

    r1530 r2520  
    5555
    5656    /// <summary>
    57     /// Creates a new instance of <see cref="TSPInjectorView"/> to display the current instance.
    58     /// </summary>
    59     /// <returns>The created view as <see cref="TSPInjectorView"/>.</returns>
    60     public override IView CreateView() {
    61       return new TSPInjectorView(this);
    62     }
    63 
    64     /// <summary>
    6557    /// Adds a new TSP to the given <paramref name="scope"/>, through adding the needed variables.
    6658    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.