Ejemplo n.º 1
0
 public OpenWeatherMap(string zipcode)
 {
     forecastDays    = new ForecastDay[5];
     weatherSettings = new WeatherSettings();
     GetResponse(zipcode);
 }
Ejemplo n.º 2
0
 public OpenWeatherMap()
 {
     forecastDays    = new ForecastDay[5];
     weatherSettings = new WeatherSettings();
 }