摘要: 1 自定义控件与用户控件区别 WinForm中, 用户控件(User Control):继承自 UserControl,主要用于开发 Container 控件,Container控件可以添加其他Controls控件 自定义控件(Custom Control):继承自 Control,主要用于开发wi 阅读全文
posted @ 2016-12-27 08:44 野狼谷 阅读(27413) 评论(0) 推荐(7)