Ejemplo n.º 1
0
        private static void HandleLSClient(object client)
        {
            TcpClient tcpClient = (TcpClient)client;

            GameLSClient lsClient = new GameLSClient(tcpClient);
        }
Ejemplo n.º 2
0
        private static void HandleLSClient(object client)
        {
            TcpClient tcpClient = (TcpClient)client;

            GameLSClient lsClient = new GameLSClient(tcpClient);
        }