private void button_Click(object sender, EventArgs e) { int row = tableResults.GetRow(sender as Control); Match match = matchesInRound[row]; FormTip frmTip = new FormTip(match); frmTip.Show(); }