Creates SDBManager with default filename "StringDB.bin" The file should be in executable's directory
Creates SDBManager with default filename "StringDB.bin" The file should be in executable's directory
public SDBManager();
Creates SDBManager with the given StringDB file
public SDBManager(string);
SDBManager Class | SWBOX.StringDB Namespace