예제 #1
0
파일: DYComm.cs 프로젝트: io24m/DYClient
        static void Main(string[] args)
        {
            var dy = new DYComm(Console.ReadLine());//56040

            dy.SendMsg += ReciveMsg;
            dy.Start();
            Console.Read();
            return;
        }
예제 #2
0
        static void Main1(string[] args)
        {
            // var dy = new DYComm("2298474");//56040
            var dy = new DYComm(Console.ReadLine());

            dy.SendMsg += ReciveMsg;
            dy.Start();
            Console.Read();
            return;
        }