Exemple #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();
        }
Exemple #2
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();	
        }