示例#1
0
 public void ViewWeather(UI ui, int numberOfDaysInGame, Day day)
 {
     ui.DisplayWeatherForecast(day, numberOfDaysInGame);
 }