From 188cbe034014bacc2dd4da58d971d490f1e5ad7d Mon Sep 17 00:00:00 2001 From: Roxane ROSSETTO Date: Mon, 5 Jun 2023 11:58:20 +0200 Subject: [PATCH] Binding's problems with Home, there's no connection. Ther's also a problem with the master details after the merge because I can't navigate with imageButtons --- MCTG/Views/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs index 916f806..9cc7734 100644 --- a/MCTG/Views/App.xaml.cs +++ b/MCTG/Views/App.xaml.cs @@ -44,7 +44,7 @@ namespace Views InitializeComponent(); UserAppTheme = AppTheme.Light; - MainPage = new MyProfil(); + MainPage = new Home(); //MainPage = new MyPosts(); }