Ejemplo n.º 1
0
 private static void UserInputGetInput(out string inputText)
 {
     UserInput.GetUserInput(out inputText);
 }
Ejemplo n.º 2
0
 public void GetUserInput(out string inputValue)
 {
     UserInput.GetUserInput(out inputValue);
 }