Esempio n. 1
0
 static EtagServices()
 {
     lock (lockObj)
     {
         if (null == stat_etagSevices)
         {
             stat_etagSevices = new EtagServices();
         }
     }
 }
Esempio n. 2
0
 static EtagServices()
 {
     lock (lockObj)
     {
         if (null == stat_etagSevices)
         {
             stat_etagSevices = new EtagServices();
         }
     }
 }