先貼一段代碼:private void MenuItemStudentInsert_Click(object sender, EventArgs e){//顯示FormStudentInformation 學生信息管理 窗口FormStudentInformation pFormStudentInformation = new FormStudentInformation();pFormStudentInformation.Show();}問題描述:為什么我在 單擊 菜單的時候, 學生信息管理窗口沒有出來?解決問題:可能是哪方面的原因?請有經驗的人們幫我,提出一些建議,我去找問題!謝謝大家!
C# show()
慕無忌1623718
2018-08-02 14:14:58