B2S.Server Plugin Interface
Interface library for B2S.Server plugins
|
Go to: Overview |
Optional interface for plugins providing some kind of frontend (e.g. a configuration window).
If a plugin has no frontend, it is not necessary to implement this interface.
More...
Public Member Functions | |
void | PluginShowFrontend (Form Owner=null) |
This method is called by the plugin host (B2S.Server) to tell the plugin to open its frontend. More... | |
Optional interface for plugins providing some kind of frontend (e.g. a configuration window).
If a plugin has no frontend, it is not necessary to implement this interface.
Definition at line 9 of file IDirectPluginFrontend.cs.
void B2SServerPluginInterface.IDirectPluginFrontend.PluginShowFrontend | ( | Form | Owner = null | ) |
This method is called by the plugin host (B2S.Server) to tell the plugin to open its frontend.
Owner | (optional) The owner window for the frontend. Make sure you also support null/nothing for this parameter. |