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 @@ + + + + + + + + + + + + + + +