コード例 #1
0
        private void buttonExercitiulAnterior_Click(object sender, EventArgs e)
        {
            this.Close();
            Pronouns prepositions = new Pronouns();

            prepositions.Show();
        }
コード例 #2
0
        private void buttonRepetaExercitiul_Click(object sender, EventArgs e)
        {
            Pronouns openForm = new Pronouns();

            openForm.Show();
            Visible = false;
        }