Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 14:58:07 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • minor changes in ViewHost
File:
1 edited

Legend:

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

    r2790 r2800  
    109109    #endregion
    110110
    111     protected System.Windows.Forms.Panel viewPanel;
    112     protected System.Windows.Forms.Label viewsLabel;
    113     protected System.Windows.Forms.Label messageLabel;
    114     protected System.Windows.Forms.ContextMenuStrip contextMenuStrip;
    115     protected System.Windows.Forms.ToolTip toolTip;
     111    private System.Windows.Forms.Panel viewPanel;
     112    private System.Windows.Forms.Label viewsLabel;
     113    private System.Windows.Forms.Label messageLabel;
     114    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
     115    private System.Windows.Forms.ToolTip toolTip;
    116116
    117117  }
Note: See TracChangeset for help on using the changeset viewer.