示例#1
0
文件: Status.cs 项目: wtf3505/emgutf
 /// <summary>
 /// Release the unmanaged memory associated with this status
 /// </summary>
 protected override void DisposeObject()
 {
     if (IntPtr.Zero != _ptr)
     {
         TfInvoke.tfeDeleteStatus(ref _ptr);
     }
 }