//move to office hours tab and resize form
 private void lnkEditOfficeHours_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     EditOfficeHoursForm form = new EditOfficeHoursForm(currentProfId);
     form.ShowDialog();
 }
Esempio n. 2
0
        //move to office hours tab and resize form
        private void lnkEditOfficeHours_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            EditOfficeHoursForm form = new EditOfficeHoursForm(currentProfId);

            form.ShowDialog();
        }