Exemple #1
0
        private void PicfrEX1_Click(object sender, EventArgs e)
        {
            this.ShowInTaskbar = false;

            if (Variables.counter == 0)
            {
                //ex pronoc
                Apprentissage_1_recone_De_1_sons exPro = new Apprentissage_1_recone_De_1_sons();
                exPro.Show();
            }
            else if (Variables.counter == 1)
            {
                //ex orthog

                homlvl2 orthographe = new homlvl2();
                orthographe.Show();
            }
            else if (Variables.counter == 2)
            {
                //ex dictee
                Dictée dictation = new Dictée();
                dictation.Show();
            }
        }