Fixed open and save files

This commit is contained in:
2022-03-26 21:03:02 +01:00
parent f4642870e6
commit d9419df191
11 changed files with 512 additions and 179 deletions

View File

@@ -28,7 +28,7 @@ namespace Aml.Editor.Plugin
public ModellingWizard()
{
mWController = new MWController(this);
mWController = new MWController();
// Defines the Command list, which will contain user commands, which a user can select
// via the PlugIn Menu.