Ejemplo n.º 1
0
 // Hides the confirmation table and allows the user to make changes to the team lists.
 private void Begin_Match_Cancel_Button_Click(object sender, EventArgs e)
 {
     Begin_Match_Confirm_Table.Hide();
     Begin_Match_Button.Show();
 }