Révision 42456640 GES_PAC/ViewModel/CreateBehaviourViewModel.cs
GES_PAC/ViewModel/CreateBehaviourViewModel.cs | ||
---|---|---|
93 | 93 |
var newBehaviour = new Comportement(date, SelectedType, Description); |
94 | 94 |
set.AddBehaviour(newBehaviour, ChamberId, IsAnimalOut); |
95 | 95 |
|
96 |
await Shell.Current.GoToAsync(nameof(ChambersView));
|
|
96 |
await Shell.Current.Navigation.PopToRootAsync();
|
|
97 | 97 |
IsBusy = false; |
98 | 98 |
} |
99 | 99 |
|
Formats disponibles : Unified diff