Create a PluginManager Class - Author-it On-Premises - Author-it

Author-it Development Documentation

Create a new class named 'PluginManager'.

This class must:

  • Implement the IPlugin interface

  • Define a private member for the AitApplicationProxy

  • Define a constructor which takes a reference to the proxy, and sets the launch point properties

  • Define a handler for the OnClick property of the AddArgs