From bf9d9205c54ab68ff6a3eb11ea028c437f776f91 Mon Sep 17 00:00:00 2001 From: V J Date: Wed, 31 May 2023 11:12:09 +0200 Subject: [PATCH] =?UTF-8?q?connection=20+=20deconnection=20am=C3=A9liar?= =?UTF-8?q?=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MangaMap/CustomHeader.xaml | 9 ++++++++- MangaMap/CustomHeader.xaml.cs | 5 +++++ MangaMap/MangaMap.csproj | 1 + MangaMap/Resources/Images/account_circle.png | Bin 0 -> 1428 bytes MangaMap/Views/settingsPage.xaml.cs | 4 ++++ 5 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 MangaMap/Resources/Images/account_circle.png diff --git a/MangaMap/CustomHeader.xaml b/MangaMap/CustomHeader.xaml index d736f8f..51fb1da 100644 --- a/MangaMap/CustomHeader.xaml +++ b/MangaMap/CustomHeader.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MangaMap.NewContent1" Background="{StaticResource Primary}"> - + + + + diff --git a/MangaMap/Resources/Images/account_circle.png b/MangaMap/Resources/Images/account_circle.png new file mode 100644 index 0000000000000000000000000000000000000000..98f1e1429dc7fe2794c45d350a89ae77203a237c GIT binary patch literal 1428 zcmV;F1#9|=P)Px)PDw;TRA@u(nOBG{MG%I+`y!YV3Zh~_5fyXx!HkMo!JNS?M$8H-m=$wYFpDT+ zKt(b8V9sI|71S5SoWK|5lb)rvcV@ch?7eqcxCO(UGgDpN)m2^fSIrEjIn9{n>t~Jv zQ*FVSX@RAHO@VcRWy7V8Ux({W;6>ounW6k-6<7s01lSnZVBmsY16~Gh1wI-$c8q;g z1r`8K1Wo|_JsJ89xB|Ew@b@4ZMS*>QGk{gInZ5w-0lrD@(cERzy_OF5eSsCS@gD*g z19uJ4V5kCT0_SBDyae2x7XMe}M2!Nw1NR3(4*+|V z1gG~arTeFq{JE8n1a9mbTT&oj{I$R_g~d4LIAC>P{>1w`@IG)A;0E;3p1^&9Vejn! zxUqc-7#@w&O|*F$*t#(JslY`Ap6h|53p{RA!(((Z&$NcvJ_VvV4T&28-}Owq4q%pT z=x^Zj^k+q2?(pvTWQ{IyMyXel73Db>a6J>KO93;i0-7Xcq^*2?+Y z6c9;jVo7+g22jedj|1DKG1~)AbSz9Bc_n$|?IT_Dy#PCwOQ?2iOq&7+0k z3~F{Bx*3iYVw(V~T__%60hQryD#`F{n3k#zaSWriv3gc27;{Wj7&T5Cucba*GbvEelgFCQCk$UgCKmC^jQz`RFa6*GbP#C7}pT%0&}khXlz~DAkA7u76H5#O#^HI z{FJU*8S)8B?nnb{gbBgNQI`TXnM9S6IDgB+tO7uzg<#E+vX3k&1#-HlEyq537T6*& zcs6aORVk1cG(roLR8AHhb|<_>A!}c+F4-d&G%hBhKwU~K)6}Id*xgvKu (App.Current as App).MyManager; + public settingsPage() { InitializeComponent(); @@ -9,6 +12,7 @@ public partial class settingsPage : ContentPage private async void OnDisconnectClicked(object sender, EventArgs e) { + my_manager.UtilisateurActuel = new Utilisateur(); await Shell.Current.Navigation.PushAsync(new loginPage()); }