private void nuevaFacturaToolStripMenuItem_Click(object sender, EventArgs e) { var formFactura = new FormFactura(); formFactura.MdiParent = this; formFactura.Show(); }
private void button3_Click(object sender, EventArgs e) { Form formFactura = new FormFactura(); //formFactura.MdiParent = this; formFactura.Show(); }