コード例 #1
0
ファイル: CashFlowViewModel.cs プロジェクト: danvacam/Conto
 public void ExportPdf_Executed(object sender)
 {
     ItextObjectExport.ExportSelfInvoicesPdf(_contoData.SelfInvoiceGetByCashFlow(((CashFlowGridRow)sender).Id));
 }