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.Constraints/3.3/NotConstraintView.Designer.cs

    r1529 r2520  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.subConstraintViewBase = new HeuristicLab.Core.ViewBase();
     47      this.subConstraintViewBase = new HeuristicLab.Core.Views.ViewBase();
    4848      this.subConstraintComboBox = new System.Windows.Forms.ComboBox();
    4949      this.SuspendLayout();
     
    8484    #endregion
    8585
    86     private HeuristicLab.Core.ViewBase subConstraintViewBase;
     86    private HeuristicLab.Core.Views.ViewBase subConstraintViewBase;
    8787    private System.Windows.Forms.ComboBox subConstraintComboBox;
    8888  }
Note: See TracChangeset for help on using the changeset viewer.