Esempio n. 1
0
 public void Dispose()
 {
     if (variant != IntPtr.Zero)
     {
         NativeApiProxy.FreeVariant(variant);
     }
 }