Exemplo n.º 1
0
        private void EnregistrementGame(Game g)
        {
            Console.WriteLine("ENREGISTREMENT GAME");
            string path = @"C:\Users\Regis\Bureau\RegisServer\1. Info. de Gestion\2ème Année\C#\Laboratoire\labo-phase-3-DjangoVG\BlackJack\BlackJack\Historique\" + Lobby.Joueur.Email + ".xml";

            Game.SaveInXML(g, path);
        }