private void buttonItem4_Click(object sender, EventArgs e)
 {
     frmPrintDespachoCombustibleDetallado ofrmPrintDespachoCombustibleDetallado = new frmPrintDespachoCombustibleDetallado();
     ofrmPrintDespachoCombustibleDetallado.ShowDialog();
 }
Beispiel #2
0
        private void buttonItem4_Click(object sender, EventArgs e)
        {
            frmPrintDespachoCombustibleDetallado ofrmPrintDespachoCombustibleDetallado = new frmPrintDespachoCombustibleDetallado();

            ofrmPrintDespachoCombustibleDetallado.ShowDialog();
        }