Exemplo n.º 1
0
 private void LoadData(string key)
 {
     Task.Factory.StartNew(() =>
     {
         var list        = landBlockService.GetPagerLandBlock(key, 1, 10);
         ModelCollection = new BindableCollection <LandBlockModel>(list);
     });
 }