Exemple #1
0
 public override List <Student> getSignedStudents()
 {
     return(rollcallSession.getSignedStudents());
 }
Exemple #2
0
 private void refreshCountLabel(RollcallSession rollcallSession)
 {
     CountSignInStudentsLabel.Text = rollcallSession.getSignedStudents().Count.ToString() + " / " + rollcallSession.getRollcallStudents().Count.ToString() + " 人數";
 }