C# Class AzureDNSManager.InputDialog

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

Méthodes publiques

Méthode Description
InputDialog ( string caption, string prompt, string def ) : System

Private Methods

Méthode Description
OKButton_Click ( object sender, System e ) : void
Window_Activated ( object sender, EventArgs e ) : void
txtbox_GotFocus ( object sender, RoutedEventArgs e ) : void

Method Details

InputDialog() public méthode

public InputDialog ( string caption, string prompt, string def ) : System
caption string
prompt string
def string
Résultat System