Example #1
0
 // 设置学生信息
 private void menuItem7_Click(object sender, EventArgs e)
 {
     StudentCardForm frmStudentCardForm = new StudentCardForm();
     frmStudentCardForm.Show();
 }
Example #2
0
        // 设置学生信息
        private void menuItem7_Click(object sender, EventArgs e)
        {
            StudentCardForm frmStudentCardForm = new StudentCardForm();

            frmStudentCardForm.Show();
        }