摘要: 实现方法:public class SingleTon where T : class, new(){ protected SingleTon() { } private static T _instance; private static readonly object _syn... 阅读全文
posted @ 2014-12-03 17:54 陈金健 阅读(123) 评论(0) 推荐(0) 编辑