C# Class FP300Service.InputBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: huginsdk/fpu

Méthodes publiques

Свойство Type Description
input string

Méthodes publiques

Méthode Description
InputBox ( String caption ) : System
InputBox ( String caption, int maxLen ) : System

Private Methods

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

Method Details

InputBox() public méthode

public InputBox ( String caption ) : System
caption String
Résultat System

InputBox() public méthode

public InputBox ( String caption, int maxLen ) : System
caption String
maxLen int
Résultat System

Property Details

input public_oe property

public string input
Résultat string