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