C# Class Microsoft.VisualStudio.Extensions.Gists.AuthDialog

Interaction logic for AuthDialog.xaml
Inheritance: System.Windows.Window
Show file Open project: timsneath/Gists Class Usage Examples

Public Properties

Property Type Description
authCode string

Public Methods

Method Description
AuthDialog ( ) : System

Private Methods

Method Description
webBrowser_LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

Method Details

AuthDialog() public method

public AuthDialog ( ) : System
return System

Property Details

authCode public property

public string authCode
return string