Méthode | Description | |
---|---|---|
PrintOutputs ( ) : void |
Output user input to console with correct culture output strings.
|
|
Run ( ) : void |
Gets user input and sets CultureInfo accordingly. Then outputs some text to demonstrate the text that is obtained from the satellite assemblies.
|
|
ShowAge ( int lb, int ub ) : void |
Prompts the user for their age.
|
|
ShowDegrees ( ) : void |
Prompts the user for the temperature.
|
|
ShowDistance ( ) : void |
Prompts the user for the distance to work.
|
|
ShowName ( ) : void |
Prompts the user for their name.
|
|
ShowPrompt ( string RetrieveString, |
Prompt the user for the culture to run under. Input from user must be between 1 and 3.
|
public ShowPrompt ( string RetrieveString, |
||
RetrieveString | string | |
lb | ||
ub | ||
Résultat | void |