public static SRManager GetInstance() { if (_instance == null) { _instance = new SRManager(); } return(_instance); }
public static SRManager GetInstance() { if (_instance == null) _instance = new SRManager(); return _instance; }