Exemplo n.º 1
0
 private void Cleanup()
 {
     Stop();
     if (soundPlayer != null)
     {
         soundPlayer.Cleanup();
         soundPlayer = null;
     }
 }