|
|
@ -2,14 +2,14 @@ namespace GameAtlas.Views;
|
|
|
|
|
|
|
|
|
|
|
|
using GameAtlas.Models;
|
|
|
|
using GameAtlas.Models;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Text.RegularExpressions;
|
|
|
|
using System.Text.RegularExpressions;
|
|
|
|
|
|
|
|
|
|
|
|
public partial class PageInscription : ContentPage
|
|
|
|
public partial class PageInscription : ContentPage
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public Manager InscriptionManager => (App.Current as App).MyManager;
|
|
|
|
public Manager InscriptionManager => (App.Current as App).MyManager;
|
|
|
|
public PageInscription()
|
|
|
|
public PageInscription()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
InitializeComponent();
|
|
|
|
InitializeComponent();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private async void OnSignUpClicked(object sender, EventArgs e)
|
|
|
|
private async void OnSignUpClicked(object sender, EventArgs e)
|
|
|
|