Exemplo n.º 1
0
 public static void Play(Song song)
 {
     _song = song;
     song.SetRepeating(IsRepeating);
     song.Play(Volume);
 }