Ejemplo n.º 1
0
 public void CreatePdf()
 {
     ItextObjectExport.CreateFirstPdf();
 }
Ejemplo n.º 2
0
 public void ExportPdf_Executed(object sender)
 {
     ItextObjectExport.ExportSelfInvoicesPdf(_contoData.SelfInvoiceGetByCashFlow(((CashFlowGridRow)sender).Id));
 }