public override void OnNavigatedTo(NavigationContext navigationContext) { ServiceZipList.Clear(); StoresWithCheckList.Clear(); IsServiceBusy = true; _worker.RunWorkerAsync(); }
public override void OnNavigatedTo(NavigationContext navigationContext) { StoresWithCheckList.Clear(); IsLoading = true; _worker.RunWorkerAsync(); }