Exemplo n.º 1
0
 public ServerPluginService(IServerApplication _app)
 {
     application    = _app;
     CurrentService = this;
 }
Exemplo n.º 2
0
 public ServerPluginService()
 {
     CurrentService = this;
 }