예제 #1
0
 public void PrintPdfYear(TResultCalendar loc, int year, string fileName)
 {
     GCPrintService.ExportTableCalendar(loc, year, year, fileName);
 }
예제 #2
0
 public void PrintPdfYear(GCLocation loc, int year, string fileName)
 {
     GCPrintService.ExportTableCalendar(loc, year, year, fileName);
 }