Exemplo n.º 1
0
 private void CourseListToolStripMenuItem_Click(object sender, EventArgs e)
 {
     viewForm.CourseManage courseManage = new viewForm.CourseManage();
     courseManage.ShowDialog();
 }
Exemplo n.º 2
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     viewForm.CourseManage courseManage = new viewForm.CourseManage();
     courseManage.ShowDialog();
 }