摘要: namespace TestSpace{ public class TestClass { private string _value; public TestClass() { } public TestClass(string value) { _value = value; } public string GetValue( string prefix ) { ... 阅读全文
posted @ 2014-02-26 22:13 malc1988 阅读(344) 评论(0) 推荐(0) 编辑