diff --git a/Sources/IHM/App.xaml.cs b/Sources/IHM/App.xaml.cs index 58578b3..9f6cb75 100644 --- a/Sources/IHM/App.xaml.cs +++ b/Sources/IHM/App.xaml.cs @@ -12,7 +12,10 @@ namespace IHM MainPage = new AppShell(); - + if(OperatingSystem.IsWindows()) + { + MainPage = new UI_Windows.MainPage_Windows(); + } } diff --git a/Sources/IHM/AppShell.xaml.cs b/Sources/IHM/AppShell.xaml.cs index d4af711..4c9338a 100644 --- a/Sources/IHM/AppShell.xaml.cs +++ b/Sources/IHM/AppShell.xaml.cs @@ -14,6 +14,8 @@ namespace IHM Routing.RegisterRoute("ForgetPassword", typeof(ForgetPassword)); Routing.RegisterRoute("ChangePassword", typeof(ChangePassword)); } + + } diff --git a/Sources/IHM/ChangePassword.xaml b/Sources/IHM/ChangePassword.xaml deleted file mode 100644 index 673404d..0000000 --- a/Sources/IHM/ChangePassword.xaml +++ /dev/null @@ -1,40 +0,0 @@ - - - -