C# Class MetaGeta.GUI.InputDialog

Interaction logic for InputDialog.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: anyoun/metageta

Méthodes publiques

Méthode Description
InputDialog ( ) : System
ShowDialog ( string title, string message, string &text ) : bool?

Private Methods

Méthode Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnOK_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InputDialog() public méthode

public InputDialog ( ) : System
Résultat System

ShowDialog() public méthode

public ShowDialog ( string title, string message, string &text ) : bool?
title string
message string
text string
Résultat bool?