Esempio n. 1
0
 private void butPrint_Click(object sender, EventArgs e)
 {
     pagesPrinted   = 0;
     headingPrinted = false;
     PrinterL.TryPrintOrDebugClassicPreview(pd_PrintPage, Lan.g(this, "Audit trail printed"), printoutOrientation: PrintoutOrientation.Landscape);
 }