C# Class GhostWriter.LoginChildWindow

Inheritance: System.Windows.Controls.ChildWindow
Afficher le fichier Open project: IngageNetworks/GhostWriter Class Usage Examples

Méthodes publiques

Méthode Description
LoginChildWindow ( ) : System

Méthodes protégées

Méthode Description
OnOpened ( ) : void

Private Methods

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

public LoginChildWindow ( ) : System
Résultat System

OnOpened() protected méthode

protected OnOpened ( ) : void
Résultat void