Exemple #1
0
        public void PlayText(string filePath, string topPorts, List <string> devices)
        {
            #region 自动切换为  手动播放

            SettingManager.ChangeSettingForApplication(AppSettings.General.PlayWay, "2");

            #endregion

            _wavCombine.Art_PlayerTxt(filePath, "", topPorts);
        }