/// <summary> /// Test iCalendar recurrence /// </summary> /// <param name="sender">The sender of the event</param> /// <param name="e">The event arguments</param> private void btnTestCalRecur_Click(object sender, EventArgs e) { using (EventRecurTestForm dlg = new EventRecurTestForm()) { dlg.ShowDialog(); } }
/// <summary> /// Test iCalendar recurrence /// </summary> /// <param name="sender">The sender of the event</param> /// <param name="e">The event arguments</param> private void btnTestCalRecur_Click(object sender, EventArgs e) { using(EventRecurTestForm dlg = new EventRecurTestForm()) { dlg.ShowDialog(); } }