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