示例#1
0
 public StudentMenu(Student temp)
 {
     InitializeComponent();
     student = temp;
 }
示例#2
0
 public student_schedule(Student temp)
 {
     InitializeComponent();
     student = temp;
 }