C# Class Server_Login.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Login ( string username, string password ) : void
MainWindow ( ) : System

Private Methods

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

Method Details

Login() public méthode

public Login ( string username, string password ) : void
username string
password string
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Property Details

IsPasswordFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPasswordFocusedProperty
Résultat System.Windows.DependencyProperty

IsUsernameFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsUsernameFocusedProperty
Résultat System.Windows.DependencyProperty

LoadingMessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows LoadingMessageProperty
Résultat System.Windows.DependencyProperty

LoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows LoadingProperty
Résultat System.Windows.DependencyProperty

LoginErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows LoginErrorProperty
Résultat System.Windows.DependencyProperty

LoginPasswordProperty public_oe static_oe property

public static DependencyProperty,System.Windows LoginPasswordProperty
Résultat System.Windows.DependencyProperty

LoginUsernameProperty public_oe static_oe property

public static DependencyProperty,System.Windows LoginUsernameProperty
Résultat System.Windows.DependencyProperty

UserLoginErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows UserLoginErrorProperty
Résultat System.Windows.DependencyProperty