Changeset 15865 for branches/2906_Transformations/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.Designer.cs
- Timestamp:
- 03/27/18 15:46:12 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2906_Transformations/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.Designer.cs
r15846 r15865 47 47 this.applyButton = new System.Windows.Forms.Button(); 48 48 this.lblFilterNotice = new System.Windows.Forms.Label(); 49 this.transformationListView = new HeuristicLab.DataPreprocessing.Views. CheckedTransformationListView();49 this.transformationListView = new HeuristicLab.DataPreprocessing.Views.TransformationListView(); 50 50 this.SuspendLayout(); 51 51 // … … 100 100 101 101 #endregion 102 private CheckedTransformationListView transformationListView;102 private TransformationListView transformationListView; 103 103 private System.Windows.Forms.Button applyButton; 104 104 private System.Windows.Forms.Label lblFilterNotice;
Note: See TracChangeset
for help on using the changeset viewer.