Beispiel #1
0
 public static int End()
 {
     PluginInstanceManager.GetInstance().SendCommand(new EndCommand());
     return(0);
 }
Beispiel #2
0
 public static void About()
 {
     PluginInstanceManager.GetInstance().SendCommand(new AboutCommand());
 }