Révision 1019554c GES_PAC/ViewModel/CreateDayViewModel.cs
GES_PAC/ViewModel/CreateDayViewModel.cs | ||
---|---|---|
86 | 86 |
private async Task AddPlace() => await Shell.Current.GoToAsync(nameof(CreatePlaceView)); |
87 | 87 |
private async Task CreateDay() |
88 | 88 |
{ |
89 |
if (IsBusy) return; |
|
89 | 90 |
IsBusy = true; |
90 | 91 |
var date = DateTime.Now; |
91 | 92 |
var newDay = new Journee(date, SelectedPerson, SelectedPlace, Regime); |
Formats disponibles : Unified diff