Example #1
0
 private void CreateNonIOUserInput()
 {
     input = new UserInput(database.GetQuitExpression());
 }
Example #2
0
 private bool UserWantsToQuit(string userInput)
 {
     return(UserInput.UserWantsToQuit(database.Expressions[0], userInput));
 }
Example #3
0
 private void CreateNonIOUserInput()
 {
     input = new UserInput(database.GetQuitExpression());
 }