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.