Esempio n. 1
0
 /// <summary>
 /// The object user should call this method when they finished with the object.
 /// </summary>
 ///
 public void Dispose()
 {
     CAPI.LASGuid_Destroy(hguid);
     // Clean up unmanaged resources here.
     // Dispose other contained disposable objects.
 }