Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var button = new SyncButton();

            button.Click             += HandleSyncButtonClicked;
            button.AttachmentsLoaded += HandleAttachmentsLoaded;
            button.SimulateClick();

            Console.ReadLine();
        }