Esempio n. 1
0
 private void btnAuthorize_Click(object sender, EventArgs e)
 {
     Authorize authorizeForm = new Authorize();
     authorizeForm.AuthorizeCompleted += new Authorize.AuthorizeCompletedDelegate(authorizeForm_AuthorizeCompleted);
     authorizeForm.Show();
     authorizeForm.Navigate(_authLink);
 }
Esempio n. 2
0
        private void btnAuthorize_Click(object sender, EventArgs e)
        {
            Authorize authorizeForm = new Authorize();

            authorizeForm.AuthorizeCompleted += new Authorize.AuthorizeCompletedDelegate(authorizeForm_AuthorizeCompleted);
            authorizeForm.Show();
            authorizeForm.Navigate(_authLink);
        }