Ejemplo n.º 1
0
        private void GetSeed(bool cut = false)
        {
            List <Pairing> pairings = tournamentController.GetSeed(cut);

            currentPairingList = pairings;
            RefreshDataGridPairings();
            AddRoundButton();
            ChangeGUIState(true);
            tournamentController.Save(ButtonGetResults.Content.ToString(), ButtonCut.IsEnabled, true);
        }