摘要:
将类成员函数声明为public static无需实例化即可调用类成员函数 using System; namespace ConsoleApp { class Program { static void Main(string[] args) { int num = AddClass.Add(2, 阅读全文
摘要:
1、注册插件的时候回遇到如下提示 Plug-in assembly does not contain the required types or assembly content cannot be updated 这段话的意思是说你所注册的插件DLL包含的类少于Crm里面已有的类的数量。一般是因为 阅读全文