C# Class VncSharpWpf.PasswordDialogWpf

PasswordDialogWpf.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Afficher le fichier Open project: nakano531/VncSharpWpf Class Usage Examples

Méthodes publiques

Méthode Description
GetPassword ( ) : string

Creates an instance of PasswordDialog and uses it to obtain the user's password.

PasswordDialogWpf ( ) : System

Private Methods

Méthode Description
Cancel_Button_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
OK_Button_Click ( object sender, RoutedEventArgs e ) : void
PasswordBox_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
System ( int connectionId, object target ) : void

Method Details

GetPassword() public static méthode

Creates an instance of PasswordDialog and uses it to obtain the user's password.
public static GetPassword ( ) : string
Résultat string

PasswordDialogWpf() public méthode

public PasswordDialogWpf ( ) : System
Résultat System