Esempio n. 1
0
 public static void StartServer()
 {
     new Thread(() =>
     {
         tcpServer.Start();
     })
     {
         IsBackground = true
     }
     .Start();
 }
Esempio n. 2
0
 private static void TCP_ServerReceive()
 {
     tcpServer.Start();
 }