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