Beispiel #1
0
 public abstract void PlaySound(IPlaySound playSound);
 private void PlaySound(IPlaySound playSound)
 {
     Speaker.PlaySound(playSound);
 }
Beispiel #3
0
 public override void PlaySound(IPlaySound playSound)
 {
     //here logic for play sound from dynamic
 }