PIbd-14 Pruidze_I.K. LabWork06 Simple #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab6"
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?
Проверено
@ -50,0 +80,4 @@
{
string data = item?.GetDataForSave() ?? string.Empty;
/*
Закомментированного кода быть не должно
@ -50,0 +104,4 @@
}
}
using FileStream fs = new(filename, FileMode.Create);
Запись следовало делать через StreamWriter
@ -50,0 +131,4 @@
string bufferTextFromFile = "";
using (FileStream fs = new(filename, FileMode.Open))
Чтение следовало делать через StreamReader
Pull request closed