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