Versions Compared

Key

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

...

Note
titleAdd reference to DeltaShell Gui

To get the code above to work we need to add a reference to DelftTools.Shell.Gui. This dll can be found in the packages folder of our project : .\packages\DeltaShell.Framework.1.1.1.34867\lib\net40\DeltaShell

Also set the copy local property of the DelftTools.Shell.Gui reference to false (the DeltaShell framework will already copied to the bin, so we do not need to copy the "DelftTools.Shell.Gui.dll" to our plugin folder)

Exercise results

Run the application and open the Plugins window (File | Plugins ). Ensure both the application plugin and the gui plugin are visible in the overview of loaded plugins:

...