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