diff --git a/Sources/IHM/Mobile/AjoutBanques.xaml.cs b/Sources/IHM/Mobile/AjoutBanques.xaml.cs index 8e082b3..6d3991c 100644 --- a/Sources/IHM/Mobile/AjoutBanques.xaml.cs +++ b/Sources/IHM/Mobile/AjoutBanques.xaml.cs @@ -11,7 +11,7 @@ public partial class AjoutBanques : ContentPage { InitializeComponent(); BindingContext = Mgr; - //Mgr.LoadBanques(); + Mgr.LoadBanqueDispo(); if (OperatingSystem.IsIOS()) { boutonRetour.IsVisible = true; diff --git a/Sources/IHM/Mobile/Dashboard.xaml b/Sources/IHM/Mobile/Dashboard.xaml index 8e56b4f..1bc9b00 100644 --- a/Sources/IHM/Mobile/Dashboard.xaml +++ b/Sources/IHM/Mobile/Dashboard.xaml @@ -6,8 +6,9 @@ - - + + + @@ -38,19 +39,23 @@ Clicked="Banques_Clicked"/> + + + + +