示例#1
0
 /// <inheritdoc />
 public void AddStore(IDataStore dataStore)
 {
     dataStores.AddListEntry(dataStore.Priority, dataStore);
 }