Example #1
0
        private void ventasToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            ConsultaVentas consultaVentas = new ConsultaVentas();

            consultaVentas.MdiParent = this;
            consultaVentas.Show();
        }
Example #2
0
 private void ventasToolStripMenuItem_Click_1(object sender, EventArgs e)
 {
     ConsultaVentas consultaVentas = new ConsultaVentas();
     consultaVentas.MdiParent = this;
     consultaVentas.Show();
 }