示例#1
0
 static EtagServices()
 {
     lock (lockObj)
     {
         if (null == stat_etagSevices)
         {
             stat_etagSevices = new EtagServices();
         }
     }
 }
示例#2
0
 static EtagServices()
 {
     lock (lockObj)
     {
         if (null == stat_etagSevices)
         {
             stat_etagSevices = new EtagServices();
         }
     }
 }