Billpeng Space

技术源自生活
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年1月7日

摘要: 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) 编辑