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