public WeatherPage() { InitializeComponent(); // Keep the service object alive for the duration of the app owms = new OpenWeatherMapService(); }
public WeatherXaml() { InitializeComponent(); owms = new OpenWeatherMapService(); }
public WeatherXaml () { InitializeComponent (); owms = new OpenWeatherMapService(); }