B2S.Server Plugin Interface
Interface library for B2S.Server plugins
Go to:
Overview 
 All Classes Namespaces Files Functions Properties Pages
IDirectPluginFrontend.cs
Go to the documentation of this file.
1 using System.Windows.Forms;
2 namespace B2SServerPluginInterface
3 {
9  public interface IDirectPluginFrontend
10  {
15  void PluginShowFrontend(Form Owner = null);
16  }
17 }