示例#1
0
 static void Main()                         // program starts form here
 {
     ShutdownThread = new Thread(Shutdown); //creat new thread and check if user has typed stop
     ShutdownThread.Start();
     CardInfoGetter();                      //gets card info befor opening the server conections up
     ConnectToUnity.ClientConnectorTCP();
 }
示例#2
0
 static void Main()                         // program starts form here
 {
     ShutdownThread = new Thread(Shutdown); //creat new thread and check if user has typed stop
     ShutdownThread.Start();
     ConnectToUnity.ClientConnectorTCP();
 }