private void buttonItem47_Click(object sender, EventArgs e)
 {
     frmPrintDespachoGasEst ofrmPrintDespachoGasEst = new frmPrintDespachoGasEst();
     ofrmPrintDespachoGasEst.ShowDialog();
 }
Example #2
0
        private void buttonItem47_Click(object sender, EventArgs e)
        {
            frmPrintDespachoGasEst ofrmPrintDespachoGasEst = new frmPrintDespachoGasEst();

            ofrmPrintDespachoGasEst.ShowDialog();
        }