C# Class BetterExplorer.Networks.AuthWindow

Interaction logic for AuthWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: Gainedge/BetterExplorer

Public Methods

Method Description
AuthWindow ( ) : System
NavigateTo ( string url ) : void

Protected Methods

Method Description
OnNavigated ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
Window_Closing ( object sender, System e ) : void
Window_SourceInitialized ( object sender, EventArgs e ) : void
WndProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
wBrowser_Navigated ( object sender, System e ) : void

Method Details

AuthWindow() public method

public AuthWindow ( ) : System
return System

NavigateTo() public method

public NavigateTo ( string url ) : void
url string
return void

OnNavigated() protected method

protected OnNavigated ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void