如何在我的项目中添加对 All of Class , ... 的自动引用?
How can I add automatic reference to All of Class , ... in my project?
我有使用所有项目的 Dll。
我将 Dll 添加到引用。当我需要 Dll 时,我必须在 head 中使用代码:
Using MyDlls;
如何将 MyDll 添加到所有 class,... 自动?
我有使用所有项目的 Dll。 我将 Dll 添加到引用。当我需要 Dll 时,我必须在 head 中使用代码:
Using MyDlls;
如何将 MyDll 添加到所有 class,... 自动?