Exemplo n.º 1
0
 /// <summary>
 /// Calls the equivalent method on the 'proxied' <see cref="QuartzScheduler" />.
 /// </summary>
 public virtual ICalendar GetCalendar(string calName)
 {
     return(sched.GetCalendar(calName));
 }