摘要:
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
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号