Exemplo n.º 1
0
 // 不要遍历中使用这个函数
 protected void delSoundItem(SoundItem item)
 {
     m_path2SoundDic.Remove(item.m_path);
     m_audioList.Remove(item);
 }
Exemplo n.º 2
0
 // 不要遍历中使用这个函数
 protected void delSoundItem(SoundItem item)
 {
     m_path2SoundDic.Remove(item.m_path);
     m_audioList.Remove(item);
 }