コード例 #1
0
 public void CheckWeather() {
     WeatherApi DataAPI = new WeatherApi(City);
     temp = DataAPI.GetTemp();
 }