Пример #1
0
        protected async override void OnAppearing()
        {
            base.OnAppearing();
            await _pickPersonsViewModel.FetchAllPersons();

            if (!_invoiceOn)
            {
                BtnAll.IsVisible = false;
            }
        }
Пример #2
0
 protected async override void OnAppearing()
 {
     base.OnAppearing();
     await _pickPersonsViewModel.FetchAllPersons();
 }