welcome to Qijie's Blog 薛其杰
摘要: class Items:IComparable { public string Item { get; set; } public string File { get; set; } public string IsScored { get; set; } public string Weight { get; set; } public int CompareTo(object obj) { if (obj is Items) { ... 阅读全文
posted @ 2013-03-18 16:46 零点零一 阅读(419) 评论(0) 推荐(0)