diff --git a/Sources/IHM/Desktop/Compte.xaml b/Sources/IHM/Desktop/Compte.xaml index 41a51c4..ef7f299 100644 --- a/Sources/IHM/Desktop/Compte.xaml +++ b/Sources/IHM/Desktop/Compte.xaml @@ -1,8 +1,7 @@ - @@ -30,4 +29,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Sources/IHM/Desktop/Compte.xaml.cs b/Sources/IHM/Desktop/Compte.xaml.cs index 900a555..d9bf12d 100644 --- a/Sources/IHM/Desktop/Compte.xaml.cs +++ b/Sources/IHM/Desktop/Compte.xaml.cs @@ -1,6 +1,6 @@ namespace IHM.Desktop; -public partial class Compte : ContentPage +public partial class Compte : ContentView { public Compte() { diff --git a/Sources/IHM/Desktop/DashBoard.xaml b/Sources/IHM/Desktop/DashBoard.xaml index cb13e3c..5c22d29 100644 --- a/Sources/IHM/Desktop/DashBoard.xaml +++ b/Sources/IHM/Desktop/DashBoard.xaml @@ -32,9 +32,9 @@ - - - + + + diff --git a/Sources/IHM/Desktop/Dashboard.xaml.cs b/Sources/IHM/Desktop/Dashboard.xaml.cs index a3919f5..582ac2f 100644 --- a/Sources/IHM/Desktop/Dashboard.xaml.cs +++ b/Sources/IHM/Desktop/Dashboard.xaml.cs @@ -16,17 +16,17 @@ public partial class Dashboard private void Button_echeancier(object sender, EventArgs e) { - + mainCV.Content = new Echeancier(); } private void Button_operation(object sender, EventArgs e) { - + mainCV.Content = new Operations(); } private void Button_compte(object sender, EventArgs e) { - + mainCV.Content = new Compte(); } private void Button_Clicked(object sender, EventArgs e) diff --git a/Sources/IHM/Desktop/Echeancier.xaml b/Sources/IHM/Desktop/Echeancier.xaml index befeaf0..d942914 100644 --- a/Sources/IHM/Desktop/Echeancier.xaml +++ b/Sources/IHM/Desktop/Echeancier.xaml @@ -1,9 +1,7 @@ - @@ -29,19 +27,13 @@ - + - + @@ -50,4 +42,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/Sources/IHM/Desktop/Echeancier.xaml.cs b/Sources/IHM/Desktop/Echeancier.xaml.cs index 7c988b7..98d43c4 100644 --- a/Sources/IHM/Desktop/Echeancier.xaml.cs +++ b/Sources/IHM/Desktop/Echeancier.xaml.cs @@ -1,6 +1,6 @@ namespace IHM.Desktop; -public partial class Echeancier : ContentPage +public partial class Echeancier : ContentView { public Echeancier() { diff --git a/Sources/IHM/Desktop/Operations.xaml b/Sources/IHM/Desktop/Operations.xaml index 7b9224e..cfce0a0 100644 --- a/Sources/IHM/Desktop/Operations.xaml +++ b/Sources/IHM/Desktop/Operations.xaml @@ -1,10 +1,9 @@ - - + \ No newline at end of file + \ No newline at end of file diff --git a/Sources/IHM/Desktop/Operations.xaml.cs b/Sources/IHM/Desktop/Operations.xaml.cs index 6da03a9..892a7b7 100644 --- a/Sources/IHM/Desktop/Operations.xaml.cs +++ b/Sources/IHM/Desktop/Operations.xaml.cs @@ -1,6 +1,6 @@ namespace IHM.Desktop; -public partial class Operations : ContentPage +public partial class Operations : ContentView { public Operations() { diff --git a/Sources/IHM/Resources/Styles/Colors.xaml b/Sources/IHM/Resources/Styles/Colors.xaml index 213ca53..5334f03 100644 --- a/Sources/IHM/Resources/Styles/Colors.xaml +++ b/Sources/IHM/Resources/Styles/Colors.xaml @@ -43,7 +43,7 @@ - + diff --git a/Sources/IHM/Resources/Styles/Styles.xaml b/Sources/IHM/Resources/Styles/Styles.xaml index 985d195..3e703df 100644 --- a/Sources/IHM/Resources/Styles/Styles.xaml +++ b/Sources/IHM/Resources/Styles/Styles.xaml @@ -408,10 +408,17 @@ - + + +