Ejemplo n.º 1
0
        private void nuevaFacturaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var formFactura = new FormFactura();

            formFactura.MdiParent = this;
            formFactura.Show();
        }
Ejemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form formFactura = new FormFactura();

            //formFactura.MdiParent = this;
            formFactura.Show();
        }