stringnom=awaitDisplayPromptAsync("Informations sur le Jeu","Quel est le Titre ?",placeholder:"GTA VI");
@ -22,9 +40,17 @@ public partial class PageAdmin : ContentPage
stringplateformes=awaitDisplayPromptAsync("Informations sur le Jeu","Plateforme(s), un espace pour séparer",placeholder:"Ex: XOne PC PS5");
stringdeveloppeur=awaitDisplayPromptAsync("Informations sur le Jeu","Développeur",placeholder:"Rockstar Games");
stringediteur=awaitDisplayPromptAsync("Informations sur le Jeu","Editeur",placeholder:"Take-Two Interactive");
stringnote=awaitDisplayPromptAsync("Informations sur le Jeu","Note de 0 à 5",maxLength:1,keyboard:Keyboard.Numeric,placeholder:"5");
stringnbtelechargement=awaitDisplayPromptAsync("Informations sur le Jeu","Nombre de Téléchargements (en milliers, ex: 630k)",keyboard:Keyboard.Numeric,placeholder:"630");
stringnote=awaitDisplayPromptAsync("Informations sur le Jeu","Note de 0 à 5",maxLength:1,placeholder:"5");
intnoteInt=Int32.Parse(note);
stringnbTelechargement=awaitDisplayPromptAsync("Informations sur le Jeu","Nombre de Téléchargements (en milliers, ex: 630k)",placeholder:"630");
stringgenre=awaitDisplayPromptAsync("Informations sur le Jeu","Genre(s), un espace pour séparer",placeholder:"Action Aventure");
stringimage=awaitDisplayPromptAsync("Informations sur le Jeu","Image de couverture (préférez URL finissant par .png)",placeholder:"Take-Two Interactive");
stringimage=awaitDisplayPromptAsync("Informations sur le Jeu","Image de couverture (préférez URL finissant par .png)",placeholder:"http://example.com/monimage.png");