Vaksman V.D. Lab work 4 #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab4"
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?
Lab4to Vaksman V.D. Lab work 4Зачтено с понижением балла(ов)
@ -0,0 +42,4 @@
/// <param name="map">Карта</param>
public void AddMap(string name, AbstractMap map)
{
_mapStorages.Add(name, new(_pictureWidth, _pictureHeight, map));
Нет проверки, что такой ключ уже есть в словаре