Exemple #1
0
 public void CheckCity()
 {
     UI.DisplayCityCheck(city);
     if (UI.GetUserInput() == "1")
     {
     }
     else if (UI.GetUserInput() == "2")
     {
         SetCity();
     }
     else
     {
         CheckCity();
     }
 }