ISEBD-11_Vasileva_SV_LABWORK_6_Simple #6
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?
Имеются конфликты пула
Проверено
@ -75,0 +115,4 @@
foreach (KeyValuePair<string, ICollectionGenericObjects<T>> value in _storages)
{
StringBuilder sb = new();
sb.Append(Environment.NewLine);
Записывать в файл можно сразу, без использования StringBuilder
@ -75,0 +177,4 @@
while ((strs = fs.ReadLine()) != null)
{
//по идее этого произойти не должно
//if (strs == null)
Закомментированного кода быть не должно
Pull request closed