Esempio n. 1
0
        public WeatherPage()
        {
            InitializeComponent();

            // Keep the service object alive for the duration of the app
            owms = new OpenWeatherMapService();
        }
Esempio n. 2
0
        public WeatherXaml()
        {
            InitializeComponent();

            owms = new OpenWeatherMapService();
        }
Esempio n. 3
0
		public WeatherXaml ()
		{
			InitializeComponent ();

            owms = new OpenWeatherMapService();
		}