网站首页
编程语言
数据库
系统相关
其他分享
编程问答
TestWinform
2024-11-27
ZW3DC++调用C#的DLL
C#:usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceTestWinform{publicclassClass1{publicvoidopenForm(){Form1form=newForm1();form.ShowDialog();}}} C++: