C# 클래스 WatchThis.Wpf.GetValueDialog

Interaction logic for GetValueWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: kevintavog/WatchThis.net 1 사용 예제들

공개 메소드들

메소드 설명
GetValueDialog ( string caption, string message, string defaultValue ) : System
Show ( Window parent, string caption, string message, string defaultValue ) : string

비공개 메소드들

메소드 설명
OnCancel_Click ( object sender, RoutedEventArgs e ) : void
OnOk_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetValueDialog() 공개 메소드

public GetValueDialog ( string caption, string message, string defaultValue ) : System
caption string
message string
defaultValue string
리턴 System

Show() 공개 정적인 메소드

public static Show ( Window parent, string caption, string message, string defaultValue ) : string
parent System.Windows.Window
caption string
message string
defaultValue string
리턴 string