示例#1
0
        private void Registro_Click_1(object sender, EventArgs e)
        {
            ExamenRegistro r = new ExamenRegistro();

            r.ShowDialog();
            // this.MdiParent.Show(r);
        }
示例#2
0
        private void button1_Click(object sender, EventArgs e)
        {
            ExamenRegistro r = new ExamenRegistro();

            r.ShowDialog();
        }