From 0d16419114f7634baae844654160944744646552 Mon Sep 17 00:00:00 2001 From: luevard Date: Fri, 11 Nov 2022 13:13:50 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20bouton=20de=20d=C3=A9connexion?= =?UTF-8?q?=20dans=20les=20param=C3=A9tres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/IHM/AppShell.xaml | 1 + Sources/IHM/AppShell.xaml.cs | 3 +-- Sources/IHM/MainPage.xaml.cs | 5 ++++- Sources/IHM/Settings.xaml | 7 ++++++- Sources/IHM/Settings.xaml.cs | 14 ++++++++++++-- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Sources/IHM/AppShell.xaml b/Sources/IHM/AppShell.xaml index 97c5410..cdeba6e 100644 --- a/Sources/IHM/AppShell.xaml +++ b/Sources/IHM/AppShell.xaml @@ -23,6 +23,7 @@ Icon="planification_black.png" ContentTemplate="{DataTemplate local:Planification}" /> diff --git a/Sources/IHM/AppShell.xaml.cs b/Sources/IHM/AppShell.xaml.cs index 998f5b4..d4af711 100644 --- a/Sources/IHM/AppShell.xaml.cs +++ b/Sources/IHM/AppShell.xaml.cs @@ -14,8 +14,7 @@ namespace IHM Routing.RegisterRoute("ForgetPassword", typeof(ForgetPassword)); Routing.RegisterRoute("ChangePassword", typeof(ChangePassword)); } - - + } } \ No newline at end of file diff --git a/Sources/IHM/MainPage.xaml.cs b/Sources/IHM/MainPage.xaml.cs index cee9116..9aae00c 100644 --- a/Sources/IHM/MainPage.xaml.cs +++ b/Sources/IHM/MainPage.xaml.cs @@ -1,4 +1,7 @@ -using Model; + using Android.Bluetooth; +using AndroidX.Emoji2.Text.FlatBuffer; +using Microsoft.Maui.Controls; +using Model; using System.Windows.Input; namespace IHM diff --git a/Sources/IHM/Settings.xaml b/Sources/IHM/Settings.xaml index af6e452..a7ab581 100644 --- a/Sources/IHM/Settings.xaml +++ b/Sources/IHM/Settings.xaml @@ -4,8 +4,13 @@ x:Class="IHM.Settings">