コード例 #1
0
 public void UpdateUI(List <WeatherDetails> data, bool isNextDays)
 {
     model.UpdateUI(data, isNextDays);
 }