Example #1
0
 public void PlayTrack(ITrack track)
 {
     soundPlayer.PlayTrack(track);
 }