Ejemplo n.º 1
0
        private void BtnRegistrar_Click(object sender, EventArgs e)
        {
            RegistrarPersonal pantallaRegistrar = new RegistrarPersonal(this);

            this.Hide();

            pantallaRegistrar.ShowDialog();
        }
Ejemplo n.º 2
0
        private void personalToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RegistrarPersonal newmdichild = new RegistrarPersonal();

            newmdichild.Show();
        }