public static ConfigBLL GetInstance() { if (instance == null) { lock (syncRoot) { if (instance == null) { instance = new ConfigBLL(); } } } return(instance); }
public static ConfigBLL GetInstance() { if (instance == null) { lock (syncRoot) { if (instance == null) { instance = new ConfigBLL(); } } } return instance; }