Ejemplo n.º 1
0
 // Get the description kind to use.
 private DescriptionKind GetDescriptionKind(CourseView courseView)
 {
     if (descPrintSettings.UseCourseDefault)
     {
         return(QueryEvent.GetDefaultDescKind(eventDB, courseView.BaseCourseId));
     }
     else
     {
         return(descPrintSettings.DescKind);
     }
 }