C# Class V1EstimationTool.InputBoxDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: versionone/V1EstimationTool Class Usage Examples

Méthodes publiques

Méthode Description
InputBox ( string prompt, string title, string defaultValue ) : string
InputBoxDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
InputBox_Load ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InputBox() public static méthode

public static InputBox ( string prompt, string title, string defaultValue ) : string
prompt string
title string
defaultValue string
Résultat string

InputBoxDialog() public méthode

public InputBoxDialog ( ) : System
Résultat System