private void btnx_VisitorPlayer_Click(object sender, EventArgs e) { frmTeamPlayers frmVisitorPlayer = new frmTeamPlayers(m_nCurMatchID, m_nCurMatchType, 2); frmVisitorPlayer.ShowDialog(); GetMatchPlayerList(); SECommon.g_SEPlugin.DataChangedNotify(OVRDataChangedType.emSplitCompetitor, -1, -1, -1, m_nCurMatchID, m_nCurMatchID, null); }
private void btnxHoopPlayer_Click(object sender, EventArgs e) { frmTeamPlayers frmHomePlayer = new frmTeamPlayers(m_nCurMatchID, m_nCurMatchType, 1); frmHomePlayer.ShowDialog(); FillMatchResultGridView(); SECommon.g_SEPlugin.DataChangedNotify(OVRDataChangedType.emSplitCompetitor, -1, -1, -1, m_nCurMatchID, m_nCurMatchID, null); }