C# Class WatchThis.Wpf.GetValueDialog

Interaction logic for GetValueWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: kevintavog/WatchThis.net Class Usage Examples

Public Methods

Method Description
GetValueDialog ( string caption, string message, string defaultValue ) : System
Show ( Window parent, string caption, string message, string defaultValue ) : string

Private Methods

Method Description
OnCancel_Click ( object sender, RoutedEventArgs e ) : void
OnOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

GetValueDialog() public method

public GetValueDialog ( string caption, string message, string defaultValue ) : System
caption string
message string
defaultValue string
return System

Show() public static method

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