Révision 1019554c GES_PAC/ViewModel/SetListViewModel.cs

Voir les différences:

GES_PAC/ViewModel/SetListViewModel.cs
25 25
        #region Méthodes
26 26
        private async Task GoToCreateSetPage()
27 27
        {
28
            if (IsBusy) return;
28 29
            IsBusy = true;
29 30
            await Shell.Current.GoToAsync(nameof(CreateSetView));
30 31
            IsBusy = false;

Formats disponibles : Unified diff