Пример #1
0
 internal void GroupStudentsByRandom(ref List <StudentAndGrade> ListStudents)
 {
     Commons.ListShuffleRandom(ListStudents);
 }