public OpenWeatherMap(string zipcode) { forecastDays = new ForecastDay[5]; weatherSettings = new WeatherSettings(); GetResponse(zipcode); }
public OpenWeatherMap() { forecastDays = new ForecastDay[5]; weatherSettings = new WeatherSettings(); }