摘要:
class Cat { public int Year { get; private set; } public string Name { get; private set; } public Cat() { } public Cat(int year, string name) { this.Year = year; this.Name = name; } public override st... 阅读全文
posted @ 2009-12-29 15:21
Terry Sun
阅读(618)评论(0)推荐(0)
摘要:
The New World of WorkPublished: May 19, 2005By Bill Gates, Chairman, Microsoft CorporationOver the past decade, software has evolved to build bridges between disconnected islands of information and gi... 阅读全文
posted @ 2006-11-16 09:11
Terry Sun
阅读(532)评论(0)推荐(0)