예제 #1
0
        public static void Main(string[] args)
        {
            Client client = new Client();

            //Thread.Sleep(3000);
            client.Log();
        }