Exemple #1
0
 private async Task LongPressAccountAsync(Tuple <ContentPage, AccountViewCellViewModel> item)
 {
     var(page, account) = item;
     if (account.AccountView.IsAccount)
     {
         await AppHelpers.AccountListOptions(page, account);
     }
 }