Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So your references look like this

Add a button to the form and add the following code to it:

Code Block

                var provider = new DeltaShell.Plugins.OpenDA.DeltaShellOpenDAModelProvider();
                provider.Initialize(@"D:\ODA", "settings.xml");
                var instance = provider.CreateInstance();
                provider.SaveInstance(instance);