- Timestamp:
- 04/18/13 16:03:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.Designer.cs
r8881 r9379 60 60 this.progressPanel = new System.Windows.Forms.Panel(); 61 61 this.progressLabel = new System.Windows.Forms.Label(); 62 this.dataView = new HeuristicLab. Problems.DataAnalysis.Views.EnhancedStringConvertibleMatrixView();62 this.dataView = new HeuristicLab.Data.Views.EnhancedStringConvertibleMatrixView(); 63 63 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); 64 64 ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); … … 240 240 protected System.Windows.Forms.Panel progressPanel; 241 241 protected System.Windows.Forms.Label progressLabel; 242 protected HeuristicLab. Problems.DataAnalysis.Views.EnhancedStringConvertibleMatrixView dataView;242 protected HeuristicLab.Data.Views.EnhancedStringConvertibleMatrixView dataView; 243 243 244 244 }
Note: See TracChangeset
for help on using the changeset viewer.