public static void Start() { if (_instance == null) { lock (typeof(EventHelperService)) { if (_instance == null) { _instance = new EventHelperService(); } } } }
public void Start() { EventHelperService.Start(); }