diff --git a/Sources/IHM/AppShell.xaml.cs b/Sources/IHM/AppShell.xaml.cs index d4af711..1ced756 100644 --- a/Sources/IHM/AppShell.xaml.cs +++ b/Sources/IHM/AppShell.xaml.cs @@ -13,6 +13,8 @@ namespace IHM Routing.RegisterRoute("Inscription", typeof(Inscription)); Routing.RegisterRoute("ForgetPassword", typeof(ForgetPassword)); Routing.RegisterRoute("ChangePassword", typeof(ChangePassword)); + + } diff --git a/Sources/IHM/Dashboard.xaml b/Sources/IHM/Dashboard.xaml index 751ce20..d3ac65d 100644 --- a/Sources/IHM/Dashboard.xaml +++ b/Sources/IHM/Dashboard.xaml @@ -2,10 +2,100 @@ - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj index 9ef10c6..e9d217a 100644 --- a/Sources/IHM/IHM.csproj +++ b/Sources/IHM/IHM.csproj @@ -32,7 +32,10 @@ - + + PreserveNewest + + @@ -54,6 +57,10 @@ + + + + diff --git a/Sources/IHM/MainPage.xaml b/Sources/IHM/MainPage.xaml index 109a56e..9218bea 100644 --- a/Sources/IHM/MainPage.xaml +++ b/Sources/IHM/MainPage.xaml @@ -10,26 +10,27 @@ VerticalOptions="Start">