diff --git a/Sources/Views/Animaux.xaml.cs b/Sources/Views/Animaux.xaml.cs index fc85112..5a68823 100644 --- a/Sources/Views/Animaux.xaml.cs +++ b/Sources/Views/Animaux.xaml.cs @@ -21,7 +21,7 @@ public partial class Animaux : ContentPage public async void Button_OnClick(object sender, EventArgs e) { (App.Current as App).AnimalSelectionner = (App.Current as App).Theque.AjouterAnimal(); - await Shell.Current.GoToAsync("//DetailAnimal"); + await Shell.Current.GoToAsync("///DetailAnimal"); } } diff --git a/Sources/Views/DetailAnimal.xaml b/Sources/Views/DetailAnimal.xaml index 8915030..63a1791 100644 --- a/Sources/Views/DetailAnimal.xaml +++ b/Sources/Views/DetailAnimal.xaml @@ -5,7 +5,7 @@ Title="{Binding Nom}" x:Name="page_creation"> -