Révision 42456640 GES_PAC/ViewModel/CreateSetViewModel.cs
GES_PAC/ViewModel/CreateSetViewModel.cs | ||
---|---|---|
104 | 104 |
var newSet = new Serie(date, DateTimeMAJ, Temperature ?? 0, Humidite ?? 0, Pression ?? 0); |
105 | 105 |
journeeActuelle.AddSet(newSet); |
106 | 106 |
|
107 |
await Shell.Current.GoToAsync(nameof(ChambersView));
|
|
107 |
await Shell.Current.Navigation.PopToRootAsync();
|
|
108 | 108 |
IsBusy = false; |
109 | 109 |
} |
110 | 110 |
|
Formats disponibles : Unified diff