Пример #1
0
        static void Main(string[] args)
        {
            CServer server = GoConnectServer();

            server.Start();
            Common.IO.InputManager.Standard.WaitQuit();
            server.Stop();
        }