コード例 #1
0
 public FormGmail()
 {
     InitializeComponent();
     //Display the authenticationRequest to the user.
     webBrowser1.Navigate(AuthResponse.GetAutenticationURI(clientId, redirectURI));
 }