コード例 #1
0
        private void buttonConsultarVenta_Click(object sender, EventArgs e)
        {
            Consulta_Venta reporte_venta = new Consulta_Venta(Connection, dataGridViewVenta.CurrentRow.Cells[0].Value.ToString());

            reporte_venta.ShowDialog();
            LoadDataActive();
        }
コード例 #2
0
        private void buttonComprobarVenta_Click(object sender, EventArgs e)
        {
            Consulta_Venta consulta_venta = new Consulta_Venta(Connection, dataGridViewVenta.CurrentRow.Cells[0].Value.ToString());

            consulta_venta.ShowDialog();
        }