Exemplo n.º 1
0
        private void FormGame_Load(object sender, EventArgs e)
        {
            InterfaceGraphique graphics = new InterfaceGraphique();

            graphics.LoadGraphicsInForm();
            GamerTimer.Start();
        }
Exemplo n.º 2
0
        private void GamerTimer_Tick(object sender, EventArgs e)
        {
            InterfaceGraphique graphique = new InterfaceGraphique();

            graphique.MettreAJour();
        }