Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            NuevaVenta vnt = new NuevaVenta();

            vnt.labelID.Text = Convert.ToString(GridVEntasProduct.CurrentRow.Cells["id_producto"].Value);
            vnt.ShowDialog();
        }
Example #2
0
        private void btnNuevo_Click(object sender, EventArgs e)
        {
            NuevaVenta frm = new NuevaVenta();

            frm.ShowDialog();
            cargarVentas();
        }