Ejemplo n.º 1
0
        public ushort RNBOsproSetSharedLicense(ushort shareMainLic, ushort shareSubLic)
        {
            ushort status = 0;

            try
            {
                status = DicisionNativeApi.RNBOsproSetSharedLicense(this.packet, shareMainLic, shareSubLic);
            }
            catch (System.DllNotFoundException)
            {
                throw new System.DllNotFoundException(strError);
            }
            return(status);
        }