摘要: 一、基类源码 SingleBase.cs /// <summary> /// 单例模式 /// </summary> /// <typeparam name="T"></typeparam> public class SingleBase<T> { static T instance = defau 阅读全文
posted @ 2018-10-19 17:08 by-lhc 阅读(2772) 评论(0) 推荐(1)