C#——設計一個窗體程序,定義一個Student類,包含學號和姓名兩個字段,並定義一個班級類ClassList,該類包括一個Student集合,使用索引器訪問該集合,實現添加查詢功能

  設計界面:   編寫代碼: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
相關文章
相關標籤/搜索