Révision 9601eaf0 GES_PAC/ViewModel/EndDayViewModel.cs
GES_PAC/ViewModel/EndDayViewModel.cs | ||
---|---|---|
1 |
using GES_PAC.View; |
|
1 |
using GES_PAC.Model; |
|
2 |
using GES_PAC.View; |
|
2 | 3 |
|
3 | 4 |
namespace GES_PAC.ViewModel |
4 | 5 |
{ |
... | ... | |
71 | 72 |
{ |
72 | 73 |
if (IsBusy) return; |
73 | 74 |
IsBusy = true; |
74 |
await Shell.Current.GoToAsync(nameof(CreateCalibrationView));
|
|
75 |
await Shell.Current.GoToAsync($"{nameof(CreateCalibrationView)}?phase={PhaseCalibration.FIN.Name}");
|
|
75 | 76 |
IsBusy = false; |
76 | 77 |
} |
77 | 78 |
#endregion |
Formats disponibles : Unified diff