diff --git a/Sources/IHM/AppShellDesktop.xaml.cs b/Sources/IHM/AppShellDesktop.xaml.cs index 6ecd0d7..0a77dfd 100644 --- a/Sources/IHM/AppShellDesktop.xaml.cs +++ b/Sources/IHM/AppShellDesktop.xaml.cs @@ -1,6 +1,7 @@ using IHM.Desktop; using IHM.Mobile; using Model; +using ForgetPassword = IHM.Desktop.ForgetPassword; namespace IHM { @@ -11,11 +12,13 @@ namespace IHM public AppShellDesktop() { InitializeComponent(); - + Routing.RegisterRoute("ForgetPassword", typeof(ForgetPassword)); + + } - - - + + + } } \ No newline at end of file diff --git a/Sources/IHM/Desktop/ForgetPassword.xaml b/Sources/IHM/Desktop/ForgetPassword.xaml new file mode 100644 index 0000000..ec779f4 --- /dev/null +++ b/Sources/IHM/Desktop/ForgetPassword.xaml @@ -0,0 +1,50 @@ + + + +