Example #1
0
 /*
  * Pre:  The current audition must already exist in the system
  * Post: The audition points are loaded if there are any
  */
 private void getAuditionPoints()
 {
     points = DbInterfaceStudentAudition.GetStateAuditionPoints(auditionId);
 }