标签:dex nbsp 强制 sof assembly bsp creat 实例 instance
Assembly assembly = Assembly.GetExecutingAssembly();
// 实例化窗体
//UserControl 可根据窗体或者控件来更改
//as UserContro 强制转换。
UserControl form = assembly.CreateInstance("TernSoftwareForm.UserIndexPage") as UserControl;
标签:dex nbsp 强制 sof assembly bsp creat 实例 instance
原文地址:https://www.cnblogs.com/MrLiang8080/p/9830538.html