摘要:
基础方法: /// <summary> /// 通过Singleton模式返回当前实例 /// </summary> public static T Instance(string className) { if (m_instance == null) { lock (m_lock) { if (m_instance == null) { ... 阅读全文
posted @ 2013-02-27 11:29
杨斌_济南
阅读(676)
评论(0)
推荐(0)
浙公网安备 33010602011771号