Esempio n. 1
0
        public static void Main(string[] args)
        {
            Console.WriteLine(" >> " + "Welcome to the Pong2D server!");
            Console.WriteLine(" >> " + "Wainting for clients.....");

            MainServer ms = new MainServer();
        }