예제 #1
0
 public void Play()
 {
     _MP3Player.Play();
 }
 // 1-op-1 acties aan player
 public void Play()
 {
     player.Play();
 }