示例#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();	
        }