Ejemplo n.º 1
0
 public void PlaySound_Empty()
 {
     if (soundList.Sound_Empty.Length > 0 && audioInfo_Main.IsReady())
     {
         PlaySound(soundList.Sound_Empty, false);
     }
 }