Esempio n. 1
0
        private void realizarCuestionarioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            f2_RealizarCuestionario realizarCuestionario1 = new f2_RealizarCuestionario();

            realizarCuestionario1.Show();
        }
Esempio n. 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();
            f2_RealizarCuestionario realizarCuestionario1 = new f2_RealizarCuestionario();

            realizarCuestionario1.Show(this);
        }