示例#1
0
        public void GetWeather(string city)
        {
            var asyncTask = new WeatherService(this);

            asyncTask.Execute(city);
        }