Exemplo n.º 1
0
        private void mnuNuevaConstanciaIdentidad_Click(object sender, EventArgs e)
        {
            frmIdentidad vIdentidad = new frmIdentidad();

            vIdentidad.Show();
        }
Exemplo n.º 2
0
        private void btnConstanciaIdentidad_Click(object sender, EventArgs e)
        {
            frmIdentidad Identidad = new frmIdentidad();

            Identidad.Show();
        }