Пример #1
0
 public void Destroy() throws IOException, InterruptedException {
   if (RepeaterServer != null) {
     RepeaterServer.Destroy();
     RepeaterServer = null;
   }
 }