private void buttonItem5_Click(object sender, EventArgs e)
 {
     frmPrintDespachoCombustible ofrmPrintDespachoCombustible = new frmPrintDespachoCombustible();
     ofrmPrintDespachoCombustible.ShowDialog();
 }
Example #2
0
        private void buttonItem43_Click(object sender, EventArgs e)
        {
            frmPrintDespachoCombustible ofrmPrintDespachoCombustible = new frmPrintDespachoCombustible();

            ofrmPrintDespachoCombustible.ShowDialog();
        }