Esempio n. 1
0
 public ClubComparator(ClubAttribute attribute, bool inverted = false)
 {
     _attribute = attribute;
     _inverted  = inverted;
 }
 public RandomDrawingLevel(GroupsRound tour, ClubAttribute attribute)
 {
     _round     = tour;
     _attribute = attribute;
 }