C# Class SoundBoard.Wpf.InputDialog

Interaction logic for InputDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: jormenjanssen/Soundboard Class Usage Examples

Méthodes publiques

Méthode Description
InputDialog ( string question, string defaultAnswer = "" ) : System

Private Methods

Méthode Description
Window_ContentRendered ( object sender, EventArgs e ) : void
btnDialogOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InputDialog() public méthode

public InputDialog ( string question, string defaultAnswer = "" ) : System
question string
defaultAnswer string
Résultat System