Example #1
0
        protected override async void OnAppearing()
        {
            base.OnAppearing();
            contexto.IsBusy = true;
            ViewCollecProductos.ItemsSource = await contexto.Consultar();

            contexto.IsBusy = false;
        }