Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2747


Ignore:
Timestamp:
02/04/10 04:48:39 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • changed access modifiers in CombinedOperatorView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/CombinedOperatorView.Designer.cs

    r2713 r2747  
    148148    #endregion
    149149
    150     private System.Windows.Forms.TabControl tabControl;
    151     private System.Windows.Forms.TabPage parametersTabPage;
    152     private System.Windows.Forms.TabPage operatorGraphTabPage;
    153     private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    154     private HeuristicLab.Core.Views.OperatorGraphView operatorGraphView;
    155 
    156 
    157 
     150    protected System.Windows.Forms.TabControl tabControl;
     151    protected System.Windows.Forms.TabPage parametersTabPage;
     152    protected System.Windows.Forms.TabPage operatorGraphTabPage;
     153    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
     154    protected HeuristicLab.Core.Views.OperatorGraphView operatorGraphView;
    158155  }
    159156}
Note: See TracChangeset for help on using the changeset viewer.