_one

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年8月15日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace CountClient{ public class CountSigleton { static CountSigleton uniCounter = null; private int totNum = 0; private CountSigleton() { Thread.S... 阅读全文
posted @ 2012-08-15 10:08 _one 阅读(131) 评论(0) 推荐(0) 编辑