コード例 #1
0
        private async void Volver_Clicked(object sender, EventArgs e)
        {
            if (!contenedor.IsBusy)
            {
                contenedor.IsBusy = true;
                contenedor.GuardarConfigs();
                await Navigation.PopAsync();

                contenedor.IsBusy = false;
            }
        }