C# 클래스 BetterExplorer.Networks.AuthWindow

Interaction logic for AuthWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
AuthWindow ( ) : System
NavigateTo ( string url ) : void

보호된 메소드들

메소드 설명
OnNavigated ( System.Windows.Navigation.NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AuthWindow() 공개 메소드

public AuthWindow ( ) : System
리턴 System

NavigateTo() 공개 메소드

public NavigateTo ( string url ) : void
url string
리턴 void

OnNavigated() 보호된 메소드

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