public static DictionaryBase getInstance() { if (dbInstance == null) { lock (syncRoot) { if (dbInstance == null) dbInstance = new DictionaryBase(); } } return dbInstance; }
public static DictionaryBase getInstance() { if (dbInstance == null) { lock (syncRoot) { if (dbInstance == null) { dbInstance = new DictionaryBase(); } } } return(dbInstance); }