diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml
new file mode 100644
index 0000000..3b7c9de
--- /dev/null
+++ b/Sources/IHM/Desktop/Compte.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Compte.xaml.cs b/Sources/IHM/Desktop/Compte.xaml.cs
new file mode 100644
index 0000000..53c902e
--- /dev/null
+++ b/Sources/IHM/Desktop/Compte.xaml.cs
@@ -0,0 +1,9 @@
+namespace IHM.Desktop;
+
+public partial class Compte : ContentPage
+{
+ public Compte()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml
index 55d2de5..3f2c91c 100644
--- a/Sources/IHM/Desktop/DashBoard.xaml
+++ b/Sources/IHM/Desktop/DashBoard.xaml
@@ -13,11 +13,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Sources/IHM/Desktop/Dashboard.xaml.cs b/Sources/IHM/Desktop/Dashboard.xaml.cs
index 9d78f86..4f35598 100644
--- a/Sources/IHM/Desktop/Dashboard.xaml.cs
+++ b/Sources/IHM/Desktop/Dashboard.xaml.cs
@@ -9,8 +9,24 @@ public partial class Dashboard : ContentPage
InitializeComponent();
}
- private void Button_Clicked(object sender, EventArgs e)
+ private void Button_planification(object sender, EventArgs e)
{
Navigation.PushAsync(new Planification());
}
+
+ private void Button_echeancier(object sender, EventArgs e)
+ {
+ Navigation.PushAsync(new Echeancier());
+ }
+
+ private void Button_operation(object sender, EventArgs e)
+ {
+ Navigation.PushAsync(new Operations());
+ }
+
+ private void Button_compte(object sender, EventArgs e)
+ {
+ Navigation.PushAsync(new Compte());
+ }
+
}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Echeancier.xaml b/Sources/IHM/Desktop/Echeancier.xaml
new file mode 100644
index 0000000..da0f743
--- /dev/null
+++ b/Sources/IHM/Desktop/Echeancier.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Echeancier.xaml.cs b/Sources/IHM/Desktop/Echeancier.xaml.cs
new file mode 100644
index 0000000..7c988b7
--- /dev/null
+++ b/Sources/IHM/Desktop/Echeancier.xaml.cs
@@ -0,0 +1,9 @@
+namespace IHM.Desktop;
+
+public partial class Echeancier : ContentPage
+{
+ public Echeancier()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/IHM/Desktop/Planification.xaml b/Sources/IHM/Desktop/Planification.xaml
index b9b0a69..c663688 100644
--- a/Sources/IHM/Desktop/Planification.xaml
+++ b/Sources/IHM/Desktop/Planification.xaml
@@ -17,6 +17,8 @@
+
+
diff --git a/Sources/IHM/IHM.csproj b/Sources/IHM/IHM.csproj
index 223d9d1..53d8712 100644
--- a/Sources/IHM/IHM.csproj
+++ b/Sources/IHM/IHM.csproj
@@ -90,9 +90,15 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile