C# Class SimpleOAuthTester.WP.Mango.AuthenticateToTwitter

Inheritance: SimpleOAuthTester.WP.Mango.Classes.BasePhoneApplicationPage
Exibir arquivo Open project: cbenard/SimpleOAuth.Net

Private Properties

Property Type Description
WebBrowser_Navigated void
WebBrowser_Navigating void

Public Methods

Method Description
AuthenticateToTwitter ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
WebBrowser_Navigated ( object sender, System e ) : void
WebBrowser_Navigating ( object sender, NavigatingEventArgs e ) : void

Method Details

AuthenticateToTwitter() public method

public AuthenticateToTwitter ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void