Exemplo n.º 1
0
 public void StopMusic()
 {
     if (m_MusicCurrentlyPlaying != null)
     {
         m_MusicCurrentlyPlaying.Stop();
         m_MusicCurrentlyPlaying.Dispose();
         m_MusicCurrentlyPlaying = null;
     }
 }