Exemple #1
0
 public void PlayArticleSound(uint soundIndex, Dictionary.ISoundPlayer soundPlayer)
 {
     _articleService.PlayInternalSound(soundIndex, soundPlayer);
 }
Exemple #2
0
 public void PlaySound(Dictionary.ListItemIndex itemIndex, Dictionary.ISoundPlayer soundPlayer)
 {
     _articleService.PlaySound(itemIndex, soundPlayer);
 }