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

Interaction logic for PasswordDialog.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
PasswordDialog ( ) : System
PasswordDialog_Loaded ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnContentRendered ( EventArgs e ) : void

Private Methods

Method Description
Login_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnContentRendered() protected method

protected OnContentRendered ( EventArgs e ) : void
e System.EventArgs
return void

PasswordDialog() public method

public PasswordDialog ( ) : System
return System

PasswordDialog_Loaded() public method

public PasswordDialog_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void