/// <summary> /// Test the holiday classes /// </summary> /// <param name="sender">The sender of the event</param> /// <param name="e">The event arguments</param> private void btnHolidays_Click(object sender, EventArgs e) { using(HolidayTestForm dlg = new HolidayTestForm()) { dlg.ShowDialog(); } }
/// <summary> /// Test the holiday classes /// </summary> /// <param name="sender">The sender of the event</param> /// <param name="e">The event arguments</param> private void btnHolidays_Click(object sender, EventArgs e) { using (HolidayTestForm dlg = new HolidayTestForm()) { dlg.ShowDialog(); } }