直接实例化对象和用反射来实例化对象
摘要: 首先新建一个内库项目CAO.Assemby.MyDLL ,添加一个类MyTest如下: MyTest.csnamespace CAO.Assemby.MyDLL{ public class MyTes...
阅读全文
posted @
2009-06-10 17:20 good man 阅读(415) |
评论 (1) 编辑
生成图片缩略图
摘要: namespace CAO.ThumbnailImage{ /// <summary> /// 生成图片缩略图,可以指定高度,宽度 /// </summary> class P...
阅读全文
posted @
2009-06-10 17:10 good man 阅读(392) |
评论 (0) 编辑
给Winform 程序学习
摘要: 为窗体添加皮肤:public Form1() { InitializeComponent(); this.skinEngine1.SkinFile = "Calmness.ssk"; this.ski...
阅读全文
posted @
2009-06-10 17:03 good man 阅读(343) |
评论 (0) 编辑