Ejemplo n.º 1
0
 /// <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();
     }
 }
Ejemplo n.º 2
0
 /// <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();
     }
 }