Changeset 17394 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration
- Timestamp:
- 01/07/20 16:25:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/FileManager.cs
r17354 r17394 63 63 if (openFileDialog.ShowDialog() == DialogResult.OK) { 64 64 try { 65 var content = J CInstantiator.Instantiate(openFileDialog.FileName);65 var content = JsonTemplateInstantiator.Instantiate(openFileDialog.FileName); 66 66 IView view = MainFormManager.MainForm.ShowContent(content); 67 67 if (view == null)
Note: See TracChangeset
for help on using the changeset viewer.