C# 클래스 Server_Login.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 프로퍼티들

프로퍼티 타입 설명
IsPasswordFocusedProperty System.Windows.DependencyProperty
IsUsernameFocusedProperty System.Windows.DependencyProperty
LoadingMessageProperty System.Windows.DependencyProperty
LoadingProperty System.Windows.DependencyProperty
LoginErrorProperty System.Windows.DependencyProperty
LoginPasswordProperty System.Windows.DependencyProperty
LoginUsernameProperty System.Windows.DependencyProperty
UserLoginErrorProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Login ( string username, string password ) : void
MainWindow ( ) : System

비공개 메소드들

메소드 설명
LoginPassword_PasswordChanged ( object sender, RoutedEventArgs e ) : void
LoginUsername_TextChanged ( object sender, System e ) : void
Login_Clicked ( TrakHound_UI bt ) : void
Login_Finished ( UserConfiguration userConfig ) : void
Login_Worker ( object o ) : void
Password_KeyDown ( object sender, System e ) : void
Username_KeyDown ( object sender, System e ) : void
Window_Closed ( object sender, EventArgs e ) : void
Window_Closing ( object sender, System e ) : void

메소드 상세

Login() 공개 메소드

public Login ( string username, string password ) : void
username string
password string
리턴 void

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

프로퍼티 상세

IsPasswordFocusedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsPasswordFocusedProperty
리턴 System.Windows.DependencyProperty

IsUsernameFocusedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsUsernameFocusedProperty
리턴 System.Windows.DependencyProperty

LoadingMessageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LoadingMessageProperty
리턴 System.Windows.DependencyProperty

LoadingProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LoadingProperty
리턴 System.Windows.DependencyProperty

LoginErrorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LoginErrorProperty
리턴 System.Windows.DependencyProperty

LoginPasswordProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LoginPasswordProperty
리턴 System.Windows.DependencyProperty

LoginUsernameProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LoginUsernameProperty
리턴 System.Windows.DependencyProperty

UserLoginErrorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows UserLoginErrorProperty
리턴 System.Windows.DependencyProperty