private void BtnVS7_Click(object sender, EventArgs e) { Prueba grupo1 = new Prueba(team31.ImageLocation, team32.ImageLocation, txtTeam31.Text, txtTeam32.Text, 7); grupo1.Show(); }
private void BtnVS6_Click(object sender, EventArgs e) { Prueba grupo1 = new Prueba(team23.ImageLocation, team24.ImageLocation, txtTeam23.Text, txtTeam24.Text, 6); grupo1.Show(); }
private void BtnVS4_Click(object sender, EventArgs e) { Prueba grupo1 = new Prueba(rutaArchivos[aleatorio[6]], rutaArchivos[aleatorio[7]], txtTeam7.Text, txtTeam8.Text, 4); grupo1.Show(); }
private void BtnVS3_Click(object sender, EventArgs e) { Prueba grupo1 = new Prueba(rutaArchivos[aleatorio[4]], rutaArchivos[aleatorio[5]], txtTeam5.Text, txtTeam6.Text, 3); grupo1.Show(); }
private void BtnVS2_Click(object sender, EventArgs e) { Prueba grupo1 = new Prueba(rutaArchivos[aleatorio[2]], rutaArchivos[aleatorio[3]], txtTeam3.Text, txtTeam4.Text, 2); grupo1.Show(); }
private void BtnVS1_Click(object sender, EventArgs e) { Prueba grupo1 = new Prueba(rutaArchivos[aleatorio[0]], rutaArchivos[aleatorio[1]], txtTeam1.Text, txtTeam2.Text, 1); grupo1.Show(); }