コード例 #1
0
 private void buttonItem47_Click(object sender, EventArgs e)
 {
     frmPrintDespachoGasEst ofrmPrintDespachoGasEst = new frmPrintDespachoGasEst();
     ofrmPrintDespachoGasEst.ShowDialog();
 }
コード例 #2
0
ファイル: frmMenu.cs プロジェクト: faustorichardson/sistemas
        private void buttonItem47_Click(object sender, EventArgs e)
        {
            frmPrintDespachoGasEst ofrmPrintDespachoGasEst = new frmPrintDespachoGasEst();

            ofrmPrintDespachoGasEst.ShowDialog();
        }