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(); }
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(); }