摘要:
1.应用的命名空间 using System.ComponentModel; using System.Reflection; 2、定义枚举类 枚举类 1 public enum BagType 2 { 3 [Description("书包1")] 4 schoolbag1, 5 6 [Descri 阅读全文
posted @ 2012-07-09 23:08
慕然回首已是过眼云烟
阅读(6860)
评论(11)
推荐(5)