Пример #1
0
        private void StationSearchCompletedHandler(object sender, SearchStationCompletedEventArgs args)
        {
            this.Stations.Clear();

            foreach (Station station in args.StationsResult)
            {
                this.Stations.Add(station);
            }

            this.IsBusy = false;
        }
Пример #2
0
        private void StationSearchCompletedHandler(object sender, SearchStationCompletedEventArgs args)
        {
            this.Stations.Clear();

            foreach (Station station in args.StationsResult)
            {
                this.Stations.Add(station);
            }

            this.IsBusy = false;
        }