C# Class Zetbox.Client.WPF.View.PasswordDialog

Interaction logic for PasswordDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
PasswordDialog ( ) : System
PasswordDialog_Loaded ( object sender, RoutedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnContentRendered ( EventArgs e ) : void

Private Methods

Méthode Description
Login_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnContentRendered() protected méthode

protected OnContentRendered ( EventArgs e ) : void
e System.EventArgs
Résultat void

PasswordDialog() public méthode

public PasswordDialog ( ) : System
Résultat System

PasswordDialog_Loaded() public méthode

public PasswordDialog_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void