Example #1
0
        void g(NotificationMessageWithCallback no)
        {
            WindowLoginAndAccess win = new WebDriveUM.WindowLoginAndAccess();

            win.LoginUrl = new Uri(no.Notification);
            win.ShowDialog();

            no.Execute(win.LastUrl.ToString());
        }
Example #2
0
        void g(NotificationMessageWithCallback no)
        {
            WindowLoginAndAccess win = new WebDriveUM.WindowLoginAndAccess();
            win.LoginUrl = new Uri(no.Notification);
            win.ShowDialog();

            no.Execute(win.LastUrl.ToString());
        }