From 9b77b36c327cdf615b524b7d210fcbfa9d017dd0 Mon Sep 17 00:00:00 2001 From: Nicolas MAYE Date: Thu, 17 Nov 2022 05:01:08 +0100 Subject: [PATCH] inedexation --- Sources/IHM/App.xaml.cs | 5 +- Sources/IHM/AppShell.xaml.cs | 2 + Sources/IHM/ChangePassword.xaml | 40 -------------- Sources/IHM/ChangePassword.xaml.cs | 45 ---------------- Sources/IHM/Dashboard.xaml.cs | 27 ---------- Sources/IHM/ForgetPassword.xaml | 50 ----------------- Sources/IHM/IHM.csproj | 3 ++ Sources/IHM/Inscription.xaml | 86 ------------------------------ Sources/IHM/Inscription.xaml.cs | 73 ------------------------- Sources/IHM/Operations.xaml | 11 ---- Sources/IHM/Operations.xaml.cs | 9 ---- Sources/IHM/Planification.xaml | 11 ---- Sources/IHM/Planification.xaml.cs | 9 ---- Sources/IHM/Settings.xaml | 16 ------ Sources/IHM/Settings.xaml.cs | 19 ------- 15 files changed, 9 insertions(+), 397 deletions(-) delete mode 100644 Sources/IHM/ChangePassword.xaml delete mode 100644 Sources/IHM/ChangePassword.xaml.cs delete mode 100644 Sources/IHM/Dashboard.xaml.cs delete mode 100644 Sources/IHM/ForgetPassword.xaml delete mode 100644 Sources/IHM/Inscription.xaml delete mode 100644 Sources/IHM/Inscription.xaml.cs delete mode 100644 Sources/IHM/Operations.xaml delete mode 100644 Sources/IHM/Operations.xaml.cs delete mode 100644 Sources/IHM/Planification.xaml delete mode 100644 Sources/IHM/Planification.xaml.cs delete mode 100644 Sources/IHM/Settings.xaml delete mode 100644 Sources/IHM/Settings.xaml.cs 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 @@ - - - -