C# Class KeeAnywhere.OAuth2.OAuth2Form

ファイルを表示 Open project: Kyrodan/KeeAnywhere Class Usage Examples

Public Methods

Method Description
InitEx ( IOAuth2Provider provider ) : void
OAuth2Form ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnDocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void
OnNavigated ( object sender, WebBrowserNavigatedEventArgs e ) : void
OnNavigating ( object sender, WebBrowserNavigatingEventArgs e ) : void
OnNewWindow ( object sender, CancelEventArgs e ) : void
OnResize ( object sender, EventArgs e ) : void
UpdateBanner ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InitEx() public method

public InitEx ( IOAuth2Provider provider ) : void
provider IOAuth2Provider
return void

OAuth2Form() public method

public OAuth2Form ( ) : System
return System