IWorkspacePersistence Interface
IWorkspacePersistence Interface
When creating your NTWindow, be sure to implement the IWorkspacePersistence interface as well for the ability to save and restore your window with NinjaTrader workspaces.
AddOn Classes which derive from NTWindow or implement IWorkspacePersistence CANNOT be a nested type of another class and MUST have a default constructor.
This interface contains two methods and one property which must be hidden by the implementing class:

