摘要: Test.cs:class Test { public string Name { get; set; } public string Address { get; set; } public Test() : this(null, null) { } public Test(string name) : this(name, null) { } public Test(string name, string addre... 阅读全文
posted @ 2012-02-10 11:16 麦芽糖! 阅读(182) 评论(0) 推荐(0) 编辑