public AreaSortCityNew() { InitializeComponent(); PARENT.Children.Add(loadbar); loadbar.Start(); //RefreshUI(RefreshedTypes.ShowProgressBar); Result = new Dictionary <string, string>(); InitEvent(); client.GetCountryAsync(); }