Ejemplo n.º 1
0
 public static CdnHost Instance()
 {
     if (_instance == null)
         lock (_lock)
         {
             return _instance = new CdnHost();
         }
     return _instance;
 }
Ejemplo n.º 2
0
 public static CdnHost Instance()
 {
     if (_instance == null)
     {
         lock (_lock)
         {
             return(_instance = new CdnHost());
         }
     }
     return(_instance);
 }