Пример #1
0
        public int RePlay()
        {
            int nRetCode = 0;

            m_RecordPlayer.RePlay(out nRetCode);
            return(nRetCode);
        }