예제 #1
0
 /// <summary>
 /// Sets properties of the CalendarItem before being added.
 /// </summary>
 /// <param name="item">The CalendarItem to be set.</param>
 private void SetItemProperties(CalendarItem item)
 {
     item.SetParentCalendar(ParentCalendar);
 }