示例#1
0
文件: Main.cs 项目: putty174/Pong
        public static void Main(string[] args)
        {
            Console.WriteLine(" >> " + "Welcome to the Pong2D server!");
            Console.WriteLine(" >> " + "Wainting for clients.....");

            MainServer ms = new MainServer();
        }