Esempio n. 1
0
 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);
 }
Esempio n. 2
0
        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);
        }