Révision 42456640 GES_PAC/ViewModel/SetListViewModel.cs

Voir les différences:

GES_PAC/ViewModel/SetListViewModel.cs
62 62
        {
63 63
            if (IsBusy) return;
64 64
            IsBusy = true;
65
            await Shell.Current.GoToAsync(nameof(ChambersView));
65
            await Shell.Current.Navigation.PopToRootAsync();
66 66
            IsBusy = false;
67 67
        }
68 68
        private async Task GoToEndDayPage()

Formats disponibles : Unified diff