From 846581b2c50dbdc24e69f7d8548fd1a763d606fe Mon Sep 17 00:00:00 2001 From: "cedric.charbonnel" Date: Sat, 10 Jun 2023 21:10:35 +0200 Subject: [PATCH] correction --- LOLAPP/LOLAPP/View/Content/LoginBouton.xaml.cs | 2 +- LOLAPP/LOLAPP/View/Content/RegisterBouton.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LOLAPP/LOLAPP/View/Content/LoginBouton.xaml.cs b/LOLAPP/LOLAPP/View/Content/LoginBouton.xaml.cs index 1ab6880..bf52208 100644 --- a/LOLAPP/LOLAPP/View/Content/LoginBouton.xaml.cs +++ b/LOLAPP/LOLAPP/View/Content/LoginBouton.xaml.cs @@ -3,7 +3,7 @@ using System.Diagnostics; namespace LOLAPP.Views.Content; -public partial class BoutonVoir : ContentView +public partial class LoginBouton : ContentView { /// /// Gestionnaire d'utilisateur. diff --git a/LOLAPP/LOLAPP/View/Content/RegisterBouton.xaml.cs b/LOLAPP/LOLAPP/View/Content/RegisterBouton.xaml.cs index c65b375..fa8b712 100644 --- a/LOLAPP/LOLAPP/View/Content/RegisterBouton.xaml.cs +++ b/LOLAPP/LOLAPP/View/Content/RegisterBouton.xaml.cs @@ -3,7 +3,7 @@ using System.Diagnostics; namespace LOLAPP.Views.Content; -public partial class BoutonVoir : ContentView +public partial class RegisterBouton : ContentView { /// /// Gestionnaire d'utilisateur.