示例#1
0
 public void PDFSummary()
 {
     log.Info(String.Format("Print Tour Summary of All Tour"));
     BLM.PrintSummary(Tourlist);
 }