Example #1
0
        private void generarPlanillaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Planilla nuevo = new Planilla(usuarioact);

            nuevo.MdiParent = this.MdiParent;
            nuevo.Show();
        }
Example #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Planilla nuevo = new Planilla(user);

            nuevo.MdiParent = this.MdiParent;
            nuevo.Show();
            this.Close();
        }