示例#1
0
        private void 查看学生信息ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            studentinfo_teacher temp = new studentinfo_teacher();

            temp.MdiParent = this;
            temp.Show();
        }
示例#2
0
 private void 查看学生信息ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     studentinfo_teacher temp = new studentinfo_teacher();
     temp.MdiParent = this;
     temp.Show();
 }