Exemplo n.º 1
0
        private void 添加学生信息ToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            AddStudent addstudent = new AddStudent();

            addstudent.MdiParent = this;
            addstudent.Show();
        }
Exemplo n.º 2
0
 private void 添加学生信息ToolStripMenuItem_Click_1(object sender, EventArgs e)
 {
     AddStudent addstudent = new AddStudent();
     addstudent.MdiParent = this;
     addstudent.Show();
 }