Exemplo n.º 1
0
        void showPrintForm(int iLang)
        {
            frmPrint dlg = new frmPrint(ref _bt, ref _sp, iLang);

            dlg.ShowDialog();
            dlg.Dispose();
        }
Exemplo n.º 2
0
 void showPrintForm(int iLang)
 {
     frmPrint dlg = new frmPrint(ref _bt, ref _sp, iLang);
     dlg.ShowDialog();
     dlg.Dispose();
 }