Ejemplo n.º 1
0
 //PDF Functions
 public void TourToPDF()
 {
     if (TourSelection != null)
     {
         log.Info(String.Format("Print Tour PDF of Tour: {0}", TourSelection.ID));
         BLM.PrintTourDataToPDF(TourSelection);
     }
 }