From a37283cabd0363ab9fd7c84f9c809d0d5115e3d4 Mon Sep 17 00:00:00 2001 From: lobroda Date: Thu, 5 Oct 2023 14:45:23 +0100 Subject: [PATCH] ADD : Avancement avec premier affichage des livres fonctionnel :fire: --- LivreLand/View/TousView.xaml | 118 ++++++++++---------------------- LivreLand/View/TousView.xaml.cs | 7 ++ ViewModels/BookVM.cs | 18 ++--- ViewModels/ManagerVM.cs | 9 ++- 4 files changed, 59 insertions(+), 93 deletions(-) diff --git a/LivreLand/View/TousView.xaml b/LivreLand/View/TousView.xaml index 6f9f47d..22eb5c5 100644 --- a/LivreLand/View/TousView.xaml +++ b/LivreLand/View/TousView.xaml @@ -93,7 +93,7 @@ Stroke="{StaticResource Gray}" StrokeShape="RoundRectangle 3" StrokeThickness="3"> - @@ -109,11 +109,20 @@ Style="{StaticResource MasterTitleBookText}" Grid.Column="2" Grid.Row="0"/> -