Changeset 15185 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClusteringInstanceProviderView.cs
- Timestamp:
- 07/10/17 18:59:54 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClusteringInstanceProviderView.cs
r14185 r15185 41 41 42 42 protected override void importButton_Click(object sender, EventArgs e) { 43 var importTypeDialog = new DataAnalysisImport TypeDialog();43 var importTypeDialog = new DataAnalysisImportDialog(); 44 44 if (importTypeDialog.ShowDialog() == DialogResult.OK) { 45 45 IClusteringProblemData instance = null;
Note: See TracChangeset
for help on using the changeset viewer.