Exemple #1
0
 public async Task <Library.ResourceList> GetResourcesAsync()
 {
     return(this.Resources ?? (this.Resources = await Library.ResourceList.GetResourceListAsync()));
 }
Exemple #2
0
 public ResourceListAdapter(Activity context, Library.ResourceList items)
     : base()
 {
     this.context = context;
     this.items   = items;
 }