摘要:
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
阅读(350)
评论(0)
推荐(0)
浙公网安备 33010602011771号