C# Class Server_Login.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: TrakHound/TrakHound-Community

Public Properties

Property 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

Public Methods

Method Description
Login ( string username, string password ) : void
MainWindow ( ) : System

Private Methods

Method 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 method

public Login ( string username, string password ) : void
username string
password string
return void

MainWindow() public method

public MainWindow ( ) : System
return System

Property Details

IsPasswordFocusedProperty public static property

public static DependencyProperty,System.Windows IsPasswordFocusedProperty
return System.Windows.DependencyProperty

IsUsernameFocusedProperty public static property

public static DependencyProperty,System.Windows IsUsernameFocusedProperty
return System.Windows.DependencyProperty

LoadingMessageProperty public static property

public static DependencyProperty,System.Windows LoadingMessageProperty
return System.Windows.DependencyProperty

LoadingProperty public static property

public static DependencyProperty,System.Windows LoadingProperty
return System.Windows.DependencyProperty

LoginErrorProperty public static property

public static DependencyProperty,System.Windows LoginErrorProperty
return System.Windows.DependencyProperty

LoginPasswordProperty public static property

public static DependencyProperty,System.Windows LoginPasswordProperty
return System.Windows.DependencyProperty

LoginUsernameProperty public static property

public static DependencyProperty,System.Windows LoginUsernameProperty
return System.Windows.DependencyProperty

UserLoginErrorProperty public static property

public static DependencyProperty,System.Windows UserLoginErrorProperty
return System.Windows.DependencyProperty