Batylkin.A.O.LabWork06 #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork6"
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?
Зачтено с понижением балла(ов)
@ -41,2 +44,4 @@
}
}
private static void WriteToFile(string text, FileStream stream)
Неиспользуемый метод
@ -43,0 +76,4 @@
using (StreamReader fs = new StreamReader(filename))
{
str = fs.ReadLine();
if (!str.Contains("MapsCollection"))
Файл может быть пустым и тогда возникнет ошибка
Pull request closed