摘要:
Microsoft Visual Studio 2008 Service Pack 1 (含.NET Framework 3.5 SP1) .exe (552 KB)http://www.microsoft.com/downloads/details.aspx?familyid=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=zh-cnMi... 阅读全文
摘要:
view plaincopy to clipboardprint?01.public class Employee 02. { 03. public int ID { get; set; } 04. public string Name { get; set; } 05. public decimal Pay { get; set; } 06. public float Height { get;... 阅读全文