摘要: Use static initilization to implement thread safe singleton. public sealed class SingleTon { #region Singleton static readonly SingleTon instance = new SingleTon(); static string path; private static... 阅读全文
posted @ 2011-01-20 09:45 netfuns 阅读(135) 评论(0) 推荐(0) 编辑