Esempio n. 1
0
 void SetAudio(Frame f)
 {
     if (this.iextplayer != null)
     {
         foreach (var audio in f.aduioList)
         {
             iextplayer.PlaySoundOnce(audio);
         }
     }
 }