private void buttonItem2_Click_1(object sender, EventArgs e)
 {
     frmPrintDespachoGas ofrmPrintDespachoGas = new frmPrintDespachoGas();
     ofrmPrintDespachoGas.ShowDialog();
 }
示例#2
0
        private void buttonItem2_Click_1(object sender, EventArgs e)
        {
            frmPrintDespachoGas ofrmPrintDespachoGas = new frmPrintDespachoGas();

            ofrmPrintDespachoGas.ShowDialog();
        }