Selyaev D.A._PIbd-22_LabWork №4 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork4"
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 +22,4 @@
{
if (_mapStorages.ContainsKey(name))
return;
Keys.Add(name);
Не нужное действие
@ -0,0 +31,4 @@
{
if (!_mapStorages.ContainsKey(name))
return;
Keys.Remove(name);
Не нужное действие
Pull request closed