Esempio n. 1
0
        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()));
        }
Esempio n. 2
0
        void RefreshFullListOfPlayers()
        {
            RefreshPlayerFilters();

            SCBfixedmatchplayers.SetAllItems(players);
        }