Beispiel #1
0
 public void DestroyAPI()
 {
     if (_handle != IntPtr.Zero)
     {
         CTPQuoteAPI.DestroyAPI(_handle);
     }
 }