예제 #1
0
 public void GetDailyWeather(List <string> conditions)
 {
     weather.GetTemperature();
     weather.GetConditions(conditions);
 }