Inheritance: IDisposable
Exemple #1
0
 public void Dispose()
 {
     if (this.mDxPlayer != null)
     {
         this.Stop();
         this.mDxPlayer.Dispose();
         this.mDxPlayer = null;
     }
 }
Exemple #2
0
 public void Dispose()
 {
     if (this.mDxPlayer != null)
     {
         this.Stop();
         this.mDxPlayer.Dispose();
         this.mDxPlayer = null;
     }
 }