Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/10 11:38:19 (14 years ago)
Author:
mkommend
Message:

implemented showInViewHost and moved ViewHost from Core.Views to MainForm.WindowsForm (ticket #961)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r3262 r3281  
    4949      this.engineComboBox = new System.Windows.Forms.ComboBox();
    5050      this.engineTabPage = new System.Windows.Forms.TabPage();
    51       this.engineViewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.tabControl.SuspendLayout();
    5353      this.parametersTabPage.SuspendLayout();
     
    238238    protected System.Windows.Forms.ComboBox engineComboBox;
    239239    protected System.Windows.Forms.TabPage engineTabPage;
    240     protected HeuristicLab.Core.Views.ViewHost engineViewHost;
     240    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
    241241
    242242  }
Note: See TracChangeset for help on using the changeset viewer.