Ejemplo n.º 1
0
        private void porCantidadDeProductosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmReporteCantidadProductosVenta frm = new frmReporteCantidadProductosVenta();

            frm.MdiParent = this;
            frm.Show();
        }
Ejemplo n.º 2
0
 public frmReporteCantidadProductosVenta()
 {
     InitializeComponent();
     frmReporteCantidadProductosVenta.f1 = this;
 }