摘要:
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)
浙公网安备 33010602011771号