Exemple #1
0
 public PdfReportEvents(PdfReportData reportData)
 {
     _reportData = reportData;
 }
Exemple #2
0
 public PowerPdf(Country world, List <Country> countries)
 {
     _reportData = new PdfReportData(world, countries);
 }
Exemple #3
0
 public ElectricityReportHeader(PdfReportData reportData)
 {
     ReportData = reportData;
 }