예제 #1
0
 public void EndRead()
 {
     if (CoreObject.Pointer != IntPtr.Zero)
     {
         XndSDK.XNDAttrib_EndRead(CoreObject);
     }
 }