From 869ead06678bb1cadaf156ffcf4e0d2e022b32d6 Mon Sep 17 00:00:00 2001 From: nimaye Date: Wed, 30 Nov 2022 13:54:06 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'=C3=A9l=C3=A9ments=20=20dans=20la=20v?= =?UTF-8?q?ue=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/IHM/Desktop/DashBoard.xaml | 27 ++++++++++++++++++++------- Sources/IHM/Desktop/MainPage.xaml.cs | 2 +- 2 files changed, 21 insertions(+), 8 deletions(-) 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