C# Class MWFResourceEditor.TextEntryDialog

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: mono/winforms-tools Class Usage Examples

Public Methods

Method Description
Show ( string message ) : string
Show ( string title, string message ) : string
TextEntryDialog ( ) : System

Private Methods

Method Description
OnClickButton ( object sender, EventArgs e ) : void

Method Details

Show() public static method

public static Show ( string message ) : string
message string
return string

Show() public static method

public static Show ( string title, string message ) : string
title string
message string
return string

TextEntryDialog() public method

public TextEntryDialog ( ) : System
return System