diff --git a/src/MangaMap/AppShell.xaml b/src/MangaMap/AppShell.xaml index dfd5cfb..0482728 100644 --- a/src/MangaMap/AppShell.xaml +++ b/src/MangaMap/AppShell.xaml @@ -56,6 +56,11 @@ Title="Modification oeuvre" ContentTemplate="{DataTemplate Views:modifyOeuvre}" Route="modifyOeuvrePage"/> + + diff --git a/src/MangaMap/AppShell.xaml.cs b/src/MangaMap/AppShell.xaml.cs index 141d1f9..72a06fe 100644 --- a/src/MangaMap/AppShell.xaml.cs +++ b/src/MangaMap/AppShell.xaml.cs @@ -28,5 +28,6 @@ public partial class AppShell : Shell Routing.RegisterRoute("connexionAdminPagedetails", typeof(loginAdminPage)); Routing.RegisterRoute("createPagedetails", typeof(createOeuvre)); Routing.RegisterRoute("modifyPagedetails", typeof(modifyOeuvre)); + Routing.RegisterRoute("loginModifyPagedetails", typeof(loginModifyPage)); } } diff --git a/src/MangaMap/Views/loginModifyPage.xaml b/src/MangaMap/Views/loginModifyPage.xaml new file mode 100644 index 0000000..316eaac --- /dev/null +++ b/src/MangaMap/Views/loginModifyPage.xaml @@ -0,0 +1,27 @@ + + + + +