C# 클래스 AzureDNSManager.InputDialog

Interaction logic for InputDialog.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: sandercox/AzureDNSManager 1 사용 예제들

공개 메소드들

메소드 설명
InputDialog ( string caption, string prompt, string def ) : System

비공개 메소드들

메소드 설명
OKButton_Click ( object sender, System e ) : void
Window_Activated ( object sender, EventArgs e ) : void
txtbox_GotFocus ( object sender, RoutedEventArgs e ) : void

메소드 상세

InputDialog() 공개 메소드

public InputDialog ( string caption, string prompt, string def ) : System
caption string
prompt string
def string
리턴 System