Morozov V.S. LabWork04 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork04"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +27,4 @@
{
if (_mapStorages.ContainsKey(name))
return;
Keys.Add(name);
Лишнее действие
@ -0,0 +36,4 @@
{
if (!_mapStorages.ContainsKey(name))
return;
Keys.Remove(name);
Лишнее действие
Pull request closed