Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

Location:
branches/OptimizationNetworks/HeuristicLab.Networks.Views
Files:
1 added
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Programmable/UserDefinedNodeView.Designer.cs

    r11576 r11577  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Networks.Views {
     22namespace HeuristicLab.Networks.Programmable.Views {
    2323  partial class UserDefinedNodeView {
    2424    /// <summary>
     
    4949      this.portCollectionView = new HeuristicLab.Core.Networks.Views.PortCollectionView();
    5050      this.codeTabPage = new System.Windows.Forms.TabPage();
    51       this.programmableItemView = new HeuristicLab.Core.Views.ProgrammableItemView();
     51      this.programmableItemView = new HeuristicLab.Scripting.Views.ProgrammableItemView();
    5252      this.initializeButton = new System.Windows.Forms.Button();
    5353      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    154154    protected MainForm.WindowsForms.DragOverTabControl tabControl;
    155155    protected System.Windows.Forms.TabPage portsTabPage;
    156     protected PortCollectionView portCollectionView;
     156    protected HeuristicLab.Core.Networks.Views.PortCollectionView portCollectionView;
    157157    protected System.Windows.Forms.TabPage codeTabPage;
    158     protected HeuristicLab.Core.Views.ProgrammableItemView programmableItemView;
     158    protected HeuristicLab.Scripting.Views.ProgrammableItemView programmableItemView;
    159159    protected System.Windows.Forms.Button initializeButton;
    160160
Note: See TracChangeset for help on using the changeset viewer.