2010年7月6日

自定义控件 添加 “智能标签"

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Text;using System.Windows.Forms;using System.ComponentModel.Design;using System.Windows.Forms.Design;namespace ClassLibrary1{ [Designer(typeof(CreateControlDesigner))] public partial cla... 阅读全文

posted @ 2010-07-06 14:33 SonyXbox 阅读(252) 评论(0) 推荐(0)

导航