From 765134f0bacc28609e2ebbb13fd99688c765af8c Mon Sep 17 00:00:00 2001 From: Roxane ROSSETTO Date: Mon, 5 Jun 2023 10:56:55 +0200 Subject: [PATCH] Adding a drag&drop on profil page. Binding of name surname etc... lost --- MCTG/Views/App.xaml.cs | 2 +- MCTG/Views/MyProfil.xaml | 141 +++++++++++++++++++-------------------- 2 files changed, 70 insertions(+), 73 deletions(-) diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs index e4300d0..74f8ad1 100644 --- a/MCTG/Views/App.xaml.cs +++ b/MCTG/Views/App.xaml.cs @@ -61,7 +61,7 @@ namespace Views /* - Comment(ctrl-k + ctrl-c)/Uncomment(ctrl-k + ctrl-u) to change page - */ UserAppTheme = AppTheme.Light; - MainPage = new AddRecipe(); + MainPage = new MyProfil(); //MainPage = new MyPosts(); } diff --git a/MCTG/Views/MyProfil.xaml b/MCTG/Views/MyProfil.xaml index 36153d2..91ecccc 100644 --- a/MCTG/Views/MyProfil.xaml +++ b/MCTG/Views/MyProfil.xaml @@ -1,73 +1,70 @@ - - + + - - - - - - - - - -