/// <summary> /// 激活本DLL所引用的那些DLLs /// </summary> public void ActivateReferences() { // var dat = new DllActivator_std(); dat.ActivateReferences(); // }
public void ActivateReferences() { IDllActivator_std dat1; // dat1 = new DllActivator_std(); dat1.ActivateReferences(); // IDllActivator_RevitStd dat2; dat2 = new DllActivator_RevitStd(); dat2.ActivateReferences(); // }