public static void LinkThread()
 {
     server = new ISCServer(port);
     // Prevent the thread from running out
     while (true)
     {
         Thread.Sleep(10000);
     }
 }
Beispiel #2
0
 public static void LinkThread()
 {
     server = new ISCServer(port);
     // Prevent the thread from running out
     while (true)
     {
         Thread.Sleep(10000);
     }
 }