Révision 9601eaf0 GES_PAC/ViewModel/CreateDayViewModel.cs
GES_PAC/ViewModel/CreateDayViewModel.cs | ||
---|---|---|
91 | 91 |
var date = DateTime.Now; |
92 | 92 |
var newDay = new Journee(date, SelectedPerson, SelectedPlace, Regime); |
93 | 93 |
JourneeViewModel.Instance.Journees.Add(newDay); |
94 |
await Shell.Current.GoToAsync(nameof(CreateCalibrationView));
|
|
94 |
await Shell.Current.GoToAsync($"{nameof(CreateCalibrationView)}?phase={PhaseCalibration.DEBUT.Name}");
|
|
95 | 95 |
IsBusy = false; |
96 | 96 |
} |
97 | 97 |
|
Formats disponibles : Unified diff