private void generarPlanillaToolStripMenuItem_Click(object sender, EventArgs e) { Planilla nuevo = new Planilla(usuarioact); nuevo.MdiParent = this.MdiParent; nuevo.Show(); }
private void button1_Click(object sender, EventArgs e) { Planilla nuevo = new Planilla(user); nuevo.MdiParent = this.MdiParent; nuevo.Show(); this.Close(); }