摘要:
最近看discussion,有个话题比较有意思:定义了一个类 class DisplayedItem { public DisplayedItem(string name, bool isChecked) { Name = name; IsChecked = isChecked; } public string Name { get; set; } public bool IsChecked { ... 阅读全文
posted @ 2010-02-14 14:13
iwteih
阅读(1155)
评论(0)
推荐(0)
2010年2月14日