1、DevExpress:引用其下的不同DLL,可操作使用不同的控件

 

2、IrisSkin2:引用对应的DLL后,代码如下

private Sunisoft.IrisSkin.SkinEngine skinEngine1;
this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
 this.skinEngine1.SerialNumber = "";
 this.skinEngine1.SkinFile = null;    //"CalmnessColor2.ssk"; 如果存在就设置 
View Code

相关文章:

  • 2021-06-27
  • 2022-12-23
  • 2021-07-09
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
相关资源
相似解决方案