Ejemplo n.º 1
0
        internal static Adaptor Get()
        {
            Adaptor ret = new Adaptor(NDalicManualPINVOKE.Adaptor_Get(), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }