C# Class MWFResourceEditor.TextEntryDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: mono/winforms-tools Class Usage Examples

Méthodes publiques

Méthode Description
Show ( string message ) : string
Show ( string title, string message ) : string
TextEntryDialog ( ) : System

Private Methods

Méthode Description
OnClickButton ( object sender, EventArgs e ) : void

Method Details

Show() public static méthode

public static Show ( string message ) : string
message string
Résultat string

Show() public static méthode

public static Show ( string title, string message ) : string
title string
message string
Résultat string

TextEntryDialog() public méthode

public TextEntryDialog ( ) : System
Résultat System