using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DrawGraph { /// /// 在设计界面不加了此属性类的属性不在生成控件 /// public class NoCreatControlAttributs : System.Attribute { } }