C# Class MetaGeta.GUI.InputDialog

Interaction logic for InputDialog.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: anyoun/metageta

Public Methods

Method Description
InputDialog ( ) : System
ShowDialog ( string title, string message, string &text ) : bool?

Private Methods

Method Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnOK_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InputDialog() public method

public InputDialog ( ) : System
return System

ShowDialog() public method

public ShowDialog ( string title, string message, string &text ) : bool?
title string
message string
text string
return bool?