Exemplo n.º 1
0
 private void btnSwap_Click(object sender, EventArgs e)
 {
     m_Match.SwapMatches();
     MatchCombo();
 }