2010年6月26日

摘要: public class SingletonProvider<T> where T : new() { SingletonProvider() { } public static T Instance { get { return SingletonCreator.instance; } } class SingletonCreator { static SingletonCreato... 阅读全文
posted @ 2010-06-26 17:27 o0myself0o 阅读(260) 评论(0) 推荐(0)

导航