C# 클래스 SoundBoard.Wpf.InputDialog

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

공개 메소드들

메소드 설명
InputDialog ( string question, string defaultAnswer = "" ) : System

비공개 메소드들

메소드 설명
Window_ContentRendered ( object sender, EventArgs e ) : void
btnDialogOk_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

InputDialog() 공개 메소드

public InputDialog ( string question, string defaultAnswer = "" ) : System
question string
defaultAnswer string
리턴 System