Example #1
0
        /// <summary>
        /// 激活本DLL所引用的那些DLLs
        /// </summary>
        public void ActivateReferences()
        {
            IDllActivator_std dat1 = new DllActivator_std();

            dat1.ActivateReferences();
            //
            dat1 = new DllActivator_eZx_API();
            dat1.ActivateReferences();
        }
Example #2
0
        /// <summary>
        /// 激活本DLL所引用的那些DLLs
        /// </summary>
        public void ActivateReferences()
        {
            DllActivator_std dat1 = new DllActivator_std();

            dat1.ActivateReferences();
        }