示例#1
0
 public TapAPIApplicationInfo(TapAPIApplicationInfo other) : this(TapTradePINVOKE.new_TapAPIApplicationInfo__SWIG_1(TapAPIApplicationInfo.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static HandleRef getCPtr(TapAPIApplicationInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }