Changeset 10236 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.cs
- Timestamp:
- 12/18/13 13:21:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.cs
r10235 r10236 123 123 return itemView.Content; 124 124 } 125 126 private void button1_Click(object sender, EventArgs e) { 127 Type viewType = MainFormManager.GetViewTypes(typeof(IDataGridContent), true).FirstOrDefault(t => typeof(DataGridContentView).IsAssignableFrom(t)); 128 MainFormManager.MainForm.ShowContent(new DataGridContent(new PreprocessingData(Content)), viewType); 129 } 125 130 } 126 131 }
Note: See TracChangeset
for help on using the changeset viewer.