Ejemplo n.º 1
0
 public StudentMenu(Student temp)
 {
     InitializeComponent();
     student = temp;
 }
Ejemplo n.º 2
0
 public student_schedule(Student temp)
 {
     InitializeComponent();
     student = temp;
 }