diff --git a/LivreLand/MauiProgram.cs b/LivreLand/MauiProgram.cs index 8b4ea78..8d64464 100644 --- a/LivreLand/MauiProgram.cs +++ b/LivreLand/MauiProgram.cs @@ -27,6 +27,8 @@ public static class MauiProgram .AddSingleton() .AddSingleton() .AddSingleton() + .AddSingleton() + .AddSingleton() .AddSingleton() @@ -38,7 +40,9 @@ public static class MauiProgram .AddSingleton() .AddSingleton() - .AddSingleton(); + .AddSingleton() + .AddSingleton() + .AddSingleton(); #if DEBUG builder.Logging.AddDebug(); diff --git a/LivreLand/View/ALirePlusTardView.xaml b/LivreLand/View/ALirePlusTardView.xaml index e390f05..1bdaa68 100644 --- a/LivreLand/View/ALirePlusTardView.xaml +++ b/LivreLand/View/ALirePlusTardView.xaml @@ -3,6 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:view="clr-namespace:LivreLand.View" xmlns:contentView="clr-namespace:LivreLand.View.ContentViews" + xmlns:viewModel="clr-namespace:ViewModels;assembly=ViewModels" x:Class="LivreLand.View.ALirePlusTardView" Title="ALirePlusTardView"> @@ -38,12 +39,12 @@ Style="{StaticResource HeaderCollectionViewText}" Grid.Column="1"/> - - + @@ -82,7 +83,7 @@ Stroke="{StaticResource Gray}" StrokeShape="RoundRectangle 3" StrokeThickness="3"> - @@ -98,11 +99,11 @@ Style="{StaticResource MasterTitleBookText}" Grid.Column="2" Grid.Row="0"/> -