2022年2月21日

摘要: //添加对Reflection程序集引用 using System.Reflection; // 引用窗体创建方法CreateForm,传入参数 private void btnCreateForm_Click(object sender, EventArgs e) { //项目中已有的窗体名称、项 阅读全文
posted @ 2022-02-21 11:11 Violin_Huang 阅读(251) 评论(0) 推荐(0)

导航