Пример #1
0
        public WeatherPage()
        {
            InitializeComponent();

            // Keep the service object alive for the duration of the app
            owms = new OpenWeatherMapService();
        }
Пример #2
0
        public WeatherXaml()
        {
            InitializeComponent();

            owms = new OpenWeatherMapService();
        }
Пример #3
0
		public WeatherXaml ()
		{
			InitializeComponent ();

            owms = new OpenWeatherMapService();
		}