diff --git a/BookApp/BookApp/AppShell.xaml b/BookApp/BookApp/AppShell.xaml index ffcf84e..d99b0d4 100644 --- a/BookApp/BookApp/AppShell.xaml +++ b/BookApp/BookApp/AppShell.xaml @@ -6,14 +6,17 @@ xmlns:local="clr-namespace:BookApp" Shell.FlyoutBehavior="Disabled"> + - + - + diff --git a/BookApp/BookApp/AppShell.xaml.cs b/BookApp/BookApp/AppShell.xaml.cs index 041df04..110b188 100644 --- a/BookApp/BookApp/AppShell.xaml.cs +++ b/BookApp/BookApp/AppShell.xaml.cs @@ -5,6 +5,7 @@ public AppShell() { InitializeComponent(); + Routing.RegisterRoute(nameof(Tous), typeof(Tous)); } } } \ No newline at end of file diff --git a/BookApp/BookApp/MainPage.xaml b/BookApp/BookApp/MainPage.xaml index b2934fb..342dc8d 100644 --- a/BookApp/BookApp/MainPage.xaml +++ b/BookApp/BookApp/MainPage.xaml @@ -3,39 +3,31 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="BookApp.MainPage"> - - + + + + + + + - - -