C# Class WatchThis.Wpf.GetValueDialog

Interaction logic for GetValueWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: kevintavog/WatchThis.net Class Usage Examples

Méthodes publiques

Méthode Description
GetValueDialog ( string caption, string message, string defaultValue ) : System
Show ( Window parent, string caption, string message, string defaultValue ) : string

Private Methods

Méthode Description
OnCancel_Click ( object sender, RoutedEventArgs e ) : void
OnOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

GetValueDialog() public méthode

public GetValueDialog ( string caption, string message, string defaultValue ) : System
caption string
message string
defaultValue string
Résultat System

Show() public static méthode

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