代码如下:
Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly();
Type type 
= assembly.GetType("CoalTraffic.Report." + strReportArea + "LoadWeightPrint");
object obj = Activator.CreateInstance(type, strWeightCode,true); Form formToShow = (Form)obj; formToShow.ShowDialog();

相关文章:

  • 2021-11-12
  • 2022-01-28
  • 2022-02-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-11-12
  • 2022-12-23
  • 2021-06-05
  • 2021-10-21
相关资源
相似解决方案