diff --git a/LivreLand/MauiProgram.cs b/LivreLand/MauiProgram.cs index 0b29492..bf7df67 100644 --- a/LivreLand/MauiProgram.cs +++ b/LivreLand/MauiProgram.cs @@ -1,5 +1,6 @@ using CommunityToolkit.Maui; using LivreLand.View; +using LivreLand.View.ContentViews; using LivreLand.ViewModel; using Microsoft.Extensions.Logging; using Model; @@ -30,8 +31,9 @@ public static class MauiProgram .AddSingleton() .AddSingleton() .AddSingleton() + .AddSingleton() - .AddSingleton() + .AddSingleton() .AddSingleton() .AddSingleton() @@ -45,7 +47,8 @@ public static class MauiProgram .AddSingleton() .AddSingleton() .AddSingleton() - .AddSingleton(); + .AddSingleton() + .AddSingleton(); #if DEBUG builder.Logging.AddDebug(); diff --git a/LivreLand/View/ALirePlusTardView.xaml.cs b/LivreLand/View/ALirePlusTardView.xaml.cs index 96b1296..3d54260 100644 --- a/LivreLand/View/ALirePlusTardView.xaml.cs +++ b/LivreLand/View/ALirePlusTardView.xaml.cs @@ -22,7 +22,7 @@ public partial class ALirePlusTardView : ContentPage #endregion - #region Properties + #region Methods void OnSelectionChanged(object sender, SelectionChangedEventArgs e) { diff --git a/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml b/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml index 198507b..2b63906 100644 --- a/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml +++ b/LivreLand/View/ContentViews/EmpruntsPretsButtonView.xaml @@ -1,9 +1,10 @@ + x:Class="LivreLand.View.ContentViews.EmpruntsPretsButtonView" + x:Name="this"> - + @@ -17,18 +18,18 @@ -