Beispiel #1
0
 public Boolean AddEvent(string Title, string NewEventDate)
 {
     return(CalendarItem.AddEvent(NewEventDate, Title));
 }