コード例 #1
0
ファイル: ITapQuoteAPI.cs プロジェクト: zjmsky/Esunny
        public virtual int SetAPINotify(ITapQuoteAPINotify apiNotify)
        {
            int ret = TapQuoteWrapperPINVOKE.ITapQuoteAPI_SetAPINotify(swigCPtr, ITapQuoteAPINotify.getCPtr(apiNotify));

            return(ret);
        }