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
ファイルを表示 Open project: rforsbach/Treu-Structure

Public Methods

Method Description
ShowInputBox ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
InputBox ( ) : System
textBox1_KeyDown ( object sender, System e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ShowInputBox() public static method

public static ShowInputBox ( ) : string
return string