Exemplo n.º 1
0
        private void 查询教师课表ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormViewTeacherSchedule fvts = new FormViewTeacherSchedule();

            fvts.MdiParent = this;
            fvts.Show();
        }
Exemplo n.º 2
0
 private void 查询教师课表ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormViewTeacherSchedule fvts = new FormViewTeacherSchedule();
         fvts.MdiParent = this;
         fvts.Show();
 }