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)

Location:
trunk/sources/HeuristicLab.Core.Views/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorBaseView.cs

    r2515 r2520  
    2727using System.Text;
    2828using System.Windows.Forms;
     29using HeuristicLab.MainForm;
    2930
    30 namespace HeuristicLab.Core {
     31namespace HeuristicLab.Core.Views {
    3132  /// <summary>
    3233  /// The base class for visual representation of operators (contains description view, variable view,
    3334  /// variable info view,...).
    3435  /// </summary>
     36  [Content(typeof(OperatorBase), true)]
    3537  public partial class OperatorBaseView : ViewBase {
    3638    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.