Exemplo n.º 1
0
        static void Main(string[] args)
        {
            Push pb   = new Push("Configuration/Configuration.xml");
            Note note = new Note("Title", "Body", pb.GetDefaultDevice());

            pb.SetPush(note);
            HttpResponseMessage resp = pb.Send();

            Console.ReadKey();
        }