Exemplo n.º 1
0
 protected async Task SearchData()
 {
     currentPage = 1;
     await table.WithLoadingAsync(async() => await LoadDatas());
 }
Exemplo n.º 2
0
 protected async Task SearchData(bool MustRefresh = false)
 {
     currentPage = 1;
     await table.WithLoadingAsync(async() => await LoadDatas(MustRefresh));
 }