摘要: using System; using System.Drawing; using System.Windows.Forms; namespace ManuApp { /// summary /// TextBoxNoManu 的摘要说明。 /// /summary public class TextBoxNoManu:System.Windows.Forms.TextBox { public TextBoxNoManu() { // // TODO: 在此处添加构造函数逻辑 // } protected override void WndProc(ref M 阅读全文
posted @ 2009-10-12 18:24 GT_Andy 阅读(7968) 评论(0) 推荐(1)