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.TestFunctions/3.3/TestFunctionInjectorView.cs

    r1530 r2520  
    3030using HeuristicLab.Core;
    3131using HeuristicLab.Data;
     32using HeuristicLab.Core.Views;
     33using HeuristicLab.MainForm;
    3234
    3335namespace HeuristicLab.TestFunctions {
     
    3537  /// Visual representation of a <see cref="TestFunctionInjector"/>.
    3638  /// </summary>
     39  [Content(typeof(TestFunctionInjector), true)]
    3740  public partial class TestFunctionInjectorView : ViewBase {
    3841    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.