Ejemplo n.º 1
0
 public void Dispose()
 {
     if (handle != IntPtr.Zero)
     {
         SoundNativeMethods.SoundControlElementListFree(handle);
         handle = IntPtr.Zero;
     }
 }