예제 #1
0
파일: BIF.cs 프로젝트: aray2000/Cognito
 /// <summary>
 /// Release the unmanaged memory associated with this BIF
 /// </summary>
 protected override void DisposeObject()
 {
     ContribInvoke.cveBIFRelease(ref _ptr);
 }