Changeset 9444 for branches/HivePerformance/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation
- Timestamp:
- 05/06/13 12:30:18 (12 years ago)
- Location:
- branches/HivePerformance/sources
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HivePerformance/sources
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 9376,9379,9388,9390,9396,9402-9410,9413,9417,9426-9429,9432-9433,9435-9439,9441-9443
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis.Views (added) merged: 9379
- Property svn:mergeinfo changed
-
branches/HivePerformance/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.Designer.cs
r8881 r9444 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.