摘要:
我们知道在开发控件时,可以为某个属性添加DescriptionAttribute标记,就可以在属性栏中显示他的注释,像下面这样: private int _qua; [Description("此订单明细的数量")] public int Qua { get { return _qua; } set { _qu... 阅读全文
posted @ 2005-11-01 18:46
编写人生
阅读(2671)
评论(3)
推荐(0)
浙公网安备 33010602011771号