C# 클래스 VncSharpWpf_Example.ConnectDialogWpf

ConnectDialogWpf.xaml の相互作用ロジック
상속: System.Windows.Window
파일 보기 프로젝트 열기: nakano531/VncSharpWpf 1 사용 예제들

공개 메소드들

메소드 설명
ConnectDialogWpf ( ) : System
GetVncHost ( ) : string

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

비공개 메소드들

메소드 설명
Cancel_Button_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
OK_Button_Click ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
VncHost_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

메소드 상세

ConnectDialogWpf() 공개 메소드

public ConnectDialogWpf ( ) : System
리턴 System

GetVncHost() 공개 정적인 메소드

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