Example #1
0
        private void btniSections_Click(object sender, EventArgs e)
        {
            Form frmSections = new frmSchedulesSections();

            frmSections.ShowDialog();
        }
Example #2
0
 private void btniSections_Click(object sender, EventArgs e)
 {
     Form frmSections = new frmSchedulesSections();
     frmSections.ShowDialog();
 }