예제 #1
0
 private void Unlock()
 {
     if (samples != null)
     {
         target.Unlock();
     }
     samples = null;
 }
예제 #2
0
 private void Unlock()
 {
     if (raw != IntPtr.Zero)
     {
         target.Unlock();
     }
     raw = IntPtr.Zero;
 }