摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace MyTest{ class Program { static void Main(string[] args) { MyClass first = new MyClass(); first.value = "原值"; MyClass second = ... 阅读全文
posted @ 2014-01-07 19:28 billpeng 阅读(245) 评论(1) 推荐(0) 编辑