diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml index 6ecc950..2e4bc5e 100644 --- a/Sources/IHM/Desktop/DashBoard.xaml +++ b/Sources/IHM/Desktop/DashBoard.xaml @@ -3,12 +3,25 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="IHM.Desktop.Dashboard" Title="Dashboard"> - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Sources/IHM/Desktop/MainPage.xaml.cs b/Sources/IHM/Desktop/MainPage.xaml.cs index 6b06f78..985986f 100644 --- a/Sources/IHM/Desktop/MainPage.xaml.cs +++ b/Sources/IHM/Desktop/MainPage.xaml.cs @@ -59,6 +59,6 @@ public partial class MainPage : ContentPage private void Button_Clicked(object sender, EventArgs e) { - Navigation.PushAsync(new Planification()); + Navigation.PushAsync(new Dashboard()); } } \ No newline at end of file