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