随笔分类 - C#
摘要:在项目中,我们时常会遇到项目本身与库的版本不一致问题:比如项目是4.0的,需要引用2.0的库 这时候我们需要在项目添加一个app.config文件,内容如下: <?xml version="1.0" encoding="utf-8"?> <configuration> <startup useLeg
阅读全文
摘要:编写实现,注意实现类上必须有 [ClassInterface(ClassInterfaceType.None)] 特性 using System.Runtime.InteropServices; namespace EcgTool { public interface IEcgBaseUtility
阅读全文

浙公网安备 33010602011771号