From 020dab1fef574422dc4547b1be6fd5000f8ab61d Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 23 Apr 2023 18:36:36 +0200 Subject: [PATCH] view login finished --- MCTG/Views/App.xaml.cs | 2 +- MCTG/Views/Login.xaml | 59 ++++++++++++++++++++++++++++++++++++++++ MCTG/Views/Login.xaml.cs | 9 ++++++ MCTG/Views/Views.csproj | 3 ++ 4 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 MCTG/Views/Login.xaml create mode 100644 MCTG/Views/Login.xaml.cs diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs index 730625e..1c7c5c7 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 ViewRecette(); + MainPage = new Login(); //MainPage = new MyPosts(); } } diff --git a/MCTG/Views/Login.xaml b/MCTG/Views/Login.xaml new file mode 100644 index 0000000..453c4fc --- /dev/null +++ b/MCTG/Views/Login.xaml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + +