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

Voir les différences:

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

Formats disponibles : Unified diff