Исправления
This commit is contained in:
parent
887ad47711
commit
834592fe05
@ -42,7 +42,7 @@ namespace AccordionBus.CollectionGenericObjects
|
||||
{
|
||||
get
|
||||
{
|
||||
if (name == "") return null;
|
||||
if (!_storage.ContainsKey(name)) return null;
|
||||
return _storage[name];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user