C# Class OdessaGUIProject.FacebookLoginDialog

Mostrar archivo Open project: noahsw/highlight-hunter

Protected Properties

Property Type Description
_fb FacebookClient

Private Properties

Property Type Description
FacebookLoginDialog System
FacebookLoginDialog System
FacebookLoginDialog_FormClosing void
FacebookLoginDialog_Load void
GenerateLoginUrl Uri
InitializeComponent void
webBrowser_Navigated void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FacebookLoginDialog ( FacebookClient fb, string appId, string extendedPermissions ) : System
FacebookLoginDialog ( string appId, string extendedPermissions ) : System
FacebookLoginDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
FacebookLoginDialog_Load ( object sender, EventArgs e ) : void
GenerateLoginUrl ( string appId, string extendedPermissions ) : Uri
InitializeComponent ( ) : void

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

webBrowser_Navigated ( object sender, WebBrowserNavigatedEventArgs e ) : 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

Property Details

_fb protected_oe property

protected FacebookClient _fb
return FacebookClient