C# Class VncSharpWpf.PasswordDialogWpf

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

Public Methods

Method Description
GetPassword ( ) : string

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

PasswordDialogWpf ( ) : System

Private Methods

Method 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 method

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

PasswordDialogWpf() public method

public PasswordDialogWpf ( ) : System
return System