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(); }
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(); }