C# Class GhostWriter.LoginChildWindow

Inheritance: System.Windows.Controls.ChildWindow
Show file Open project: IngageNetworks/GhostWriter Class Usage Examples

Public Methods

Method Description
LoginChildWindow ( ) : System

Protected Methods

Method Description
OnOpened ( ) : void

Private Methods

Method Description
btnLogin_Click ( object sender, RoutedEventArgs e ) : void
txtPassword_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
txtPassword_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
txtUserId_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

LoginChildWindow() public method

public LoginChildWindow ( ) : System
return System

OnOpened() protected method

protected OnOpened ( ) : void
return void