Beispiel #1
0
 public Weather(OpenWeatherMapService.WeatherInfo weatherInfo)
 {
     this.weatherInfo = weatherInfo;
 }
Beispiel #2
0
 public Weather(OpenWeatherMapService.WeatherInfo weatherInfo) {
     this.weatherInfo = weatherInfo;
 }