Esempio n. 1
0
        private DialogResult Authenticate()
        {
            CheckForUpdatesProxyAuthenticationForm dlg = new CheckForUpdatesProxyAuthenticationForm();

            dlg.ShowDialog(this);
            return(dlg.DialogResult);
        }
Esempio n. 2
0
 private DialogResult Authenticate() {
    CheckForUpdatesProxyAuthenticationForm dlg = new CheckForUpdatesProxyAuthenticationForm();
    dlg.ShowDialog(this);
    return dlg.DialogResult;
 }