Esempio n. 1
0
 public static void Start()
 {
     if (_instance == null)
     {
         lock (typeof(OfertasHelperService))
         {
             if (_instance == null)
             {
                 _instance = new OfertasHelperService();
             }
         }
     }
 }
Esempio n. 2
0
 public void Start()
 {
     OfertasHelperService.Start();
 }