예제 #1
0
 protected void Dispose(bool disposing)
 {
     if (Handle != IntPtr.Zero)
     {
         BrowserInterop.vtsCameraDestroy(Handle);
         Util.CheckInterop();
         handle = IntPtr.Zero;
     }
 }