private void seeProd_Click(object sender, EventArgs e)
        {
            Report_DetalleVenta re = new Report_DetalleVenta();

            re.coddet = devcod;
            re.ShowDialog();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Report_DetalleVenta re = new Report_DetalleVenta();

            re.coddet = idSell;
            re.ShowDialog();
        }