void DisplayFixedMatches() { if (fixedMatchesDay == null) { WEBfixmatches.DocumentText = "Press \"Add Match\" to get started"; } else { WEBfixmatches.DocumentText = HTMLdocument.GenerateDay(fixedMatchesDay, HTMLmode.FixMatches); } SCBfixedmatchplayers.SetAllItems(players.Except(fixedMatchesDay.Players())); }
void RefreshFullListOfPlayers() { RefreshPlayerFilters(); SCBfixedmatchplayers.SetAllItems(players); }