예제 #1
0
        static void Main(string[] args)
        {
            AppPushDemo demo = new AppPushDemo();

            demo.SendPushMessage("Hello from Michael's test tool.");

            Console.WriteLine("Queue Finished, press return to exit...");
            Console.ReadLine();
        }
예제 #2
0
파일: Program.cs 프로젝트: kimx/Examples
        static void Main(string[] args)
        {
            AppPushDemo demo = new AppPushDemo();

            demo.SendPushMessage("Hello from Michael's test tool.");
            
            Console.WriteLine("Queue Finished, press return to exit...");
            Console.ReadLine();	
        }