Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (15 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/TSPInjectorView.cs

    r1530 r2520  
    3030using HeuristicLab.Data;
    3131using HeuristicLab.Operators;
     32using HeuristicLab.Core.Views;
     33using HeuristicLab.MainForm;
    3234
    3335namespace HeuristicLab.Routing.TSP {
     
    3537  /// Class to represent a <see cref="TSPInjector"/> visually.
    3638  /// </summary>
     39  [Content(typeof(TSPInjector), true)]
    3740  public partial class TSPInjectorView : ViewBase {
    3841    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.