From 79964920a9a305bd1e58d72e42bc4d26beac4237 Mon Sep 17 00:00:00 2001 From: hulivet1 Date: Wed, 18 Jan 2023 14:18:17 +0100 Subject: [PATCH] Bind Plannification ok --- Sources/IHM/Desktop/CV_Planification.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/IHM/Desktop/CV_Planification.xaml.cs b/Sources/IHM/Desktop/CV_Planification.xaml.cs index 43ee6a0..3c99f22 100644 --- a/Sources/IHM/Desktop/CV_Planification.xaml.cs +++ b/Sources/IHM/Desktop/CV_Planification.xaml.cs @@ -14,9 +14,9 @@ public partial class CV_Planification : ContentView { InitializeComponent(); -/* Mgr.LoadBanque(); + Mgr.LoadBanque(); Mgr.LoadCompte(); -*/ + BindingContext = Mgr; }