Пример #1
0
 private void FiveVFiveBattle_Load(object sender, EventArgs e)
 {
     team1Button.Text = teamOneName;
     team2Button.Text = teamTwoName;
     t1CoachName      = sql.findCoach5v5(teamOneName);
     t2CoachName      = sql.findCoach5v5(teamTwoName);
 }