C# Class BetterExplorer.Networks.AuthWindow

Interaction logic for AuthWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
AuthWindow ( ) : System
NavigateTo ( string url ) : void

Méthodes protégées

Méthode Description
OnNavigated ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

public AuthWindow ( ) : System
Résultat System

NavigateTo() public méthode

public NavigateTo ( string url ) : void
url string
Résultat void

OnNavigated() protected méthode

protected OnNavigated ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void