Пример #1
0
        private void RndBtn_Click(object sender, EventArgs e)
        {
            var teamSelection = new TeamSelection();

            teamSelection.Random();
            Controls.Remove(RndBtn);
            Controls.Remove(InitBtn);
        }
Пример #2
0
        private void InitBtn_Click(object sender, EventArgs e)
        {
            var teamSelection = new TeamSelection();

            teamSelection.Show();
        }