private void buttonItem44_Click(object sender, EventArgs e)
 {
     frmPrintResumenCombustibleSolicitado ofrmPrintResumenCombustibleSolicitado = new frmPrintResumenCombustibleSolicitado();
     ofrmPrintResumenCombustibleSolicitado.ShowDialog();
 }
示例#2
0
        private void buttonItem44_Click(object sender, EventArgs e)
        {
            frmPrintResumenCombustibleSolicitado ofrmPrintResumenCombustibleSolicitado = new frmPrintResumenCombustibleSolicitado();

            ofrmPrintResumenCombustibleSolicitado.ShowDialog();
        }