예제 #1
0
        private void label28_MouseEnter(object sender, EventArgs e)
        {
            MessageBox.Show("Intra in Modul Prezentare", "FOCUS", MessageBoxButtons.OK, MessageBoxIcon.Information);
            F9 f9 = new F9();

            f9.Show();
            this.Hide();
        }
예제 #2
0
        private void label26_MouseEnter(object sender, EventArgs e)
        {
            MessageBox.Show("Felicitari! Ai terminat NIVELUL 7 !", "NIVELUL 7", MessageBoxButtons.OK, MessageBoxIcon.Information);
            F9 f9 = new F9();

            f9.Show();
            this.Hide();
        }