From 66bb6d1a50ef11c6a82df5554dc81cf63f5c4647 Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 23 Apr 2023 21:27:01 +0200 Subject: [PATCH] Profil view, drag and drop list missing --- MCTG/Views/App.xaml.cs | 2 +- MCTG/Views/MyProfil.xaml | 107 ++++++++++++++++++++++++++++++++++++ MCTG/Views/MyProfil.xaml.cs | 9 +++ MCTG/Views/Views.csproj | 3 + 4 files changed, 120 insertions(+), 1 deletion(-) create mode 100644 MCTG/Views/MyProfil.xaml create mode 100644 MCTG/Views/MyProfil.xaml.cs diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs index 1c7c5c7..7f5a65e 100644 --- a/MCTG/Views/App.xaml.cs +++ b/MCTG/Views/App.xaml.cs @@ -30,7 +30,7 @@ namespace Views /* - Comment(ctrl-k + ctrl-c)/Uncomment(ctrl-k + ctrl-u) to change page - */ - MainPage = new Login(); + MainPage = new MyProfil(); //MainPage = new MyPosts(); } } diff --git a/MCTG/Views/MyProfil.xaml b/MCTG/Views/MyProfil.xaml new file mode 100644 index 0000000..d54c6b5 --- /dev/null +++ b/MCTG/Views/MyProfil.xaml @@ -0,0 +1,107 @@ + + + + + + + + + +