C# Class Canguro.Controller.Controller.InputBox

Esta clase simula la función InputBox de Visual Basic 6. No es necesaria en el proyecto, pero es muy útil para hacer pruebas
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode Description
ShowInputBox ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
InputBox ( ) : System
textBox1_KeyDown ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

ShowInputBox() public static méthode

public static ShowInputBox ( ) : string
Résultat string