本文介绍了将一个 winforms 项目的引用添加到另一个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法将一个winforms的引用添加到另一个winforms??
Is there any way to add reference from one winforms to another winforms??
还有其他解决方案
我不想再创建这个类了.
I don't wanna to create this class once again.
我在 winform 项目中没有看到 dll.
I don't see a dll in winform project.
推荐答案
右击项目,点击添加引用,稍等片刻,点击浏览,然后从其他项目中选择编译好的EXE.
Right-click the project, click Add Reference, wait a long time, click Browse, then select the compiled EXE from the other project.
这篇关于将一个 winforms 项目的引用添加到另一个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!