Exemplo n.º 1
0
 public static void Stop()
 {
     service.Stop();
     service = null;
 }
Exemplo n.º 2
0
 public static void Start(string[] args)
 {
     service = new RemoteService();
     service.Start(args);
 }