示例#1
0
        private void buttonRepetaExercitiul_Click(object sender, EventArgs e)
        {
            Adjectives openForm = new Adjectives();

            openForm.Show();
            Visible = false;
        }
示例#2
0
        private void buttonExercitiulAnterior_Click(object sender, EventArgs e)
        {
            this.Close();
            Adjectives adjectiveAdverbe = new Adjectives();

            adjectiveAdverbe.Show();
        }
        private void buttonAdjectiveAdverbe_Click(object sender, EventArgs e)
        {
            this.Hide();
            Adjectives adjective = new Adjectives();

            adjective.Show();
        }