Ejemplo n.º 1
0
        private void PrincipalAdmin_Load(object sender, EventArgs e)
        {
            gPersonas frm = new gPersonas();

            frm.MdiParent = this;
            frm.Show();
        }
Ejemplo n.º 2
0
        private void registroEntradaYSalidaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            gPersonas frm = new gPersonas();

            frm.MdiParent = this;
            frm.Show();
        }