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