PIbd-14 Pruidze_I.K. LabWork06 Simple #13

Closed
Delphy wants to merge 2 commits from Lab6 into Lab5
Owner
No description provided.
Delphy added 2 commits 2024-06-17 12:58:37 +04:00
eegov approved these changes 2024-06-17 19:27:54 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -50,0 +80,4 @@
{
string data = item?.GetDataForSave() ?? string.Empty;
/*
Collaborator

Закомментированного кода быть не должно

Закомментированного кода быть не должно
@ -50,0 +104,4 @@
}
}
using FileStream fs = new(filename, FileMode.Create);
Collaborator

Запись следовало делать через StreamWriter

Запись следовало делать через StreamWriter
@ -50,0 +131,4 @@
string bufferTextFromFile = "";
using (FileStream fs = new(filename, FileMode.Open))
Collaborator

Чтение следовало делать через StreamReader

Чтение следовало делать через StreamReader
eegov closed this pull request 2024-06-17 19:27:59 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Delphy/PIbd-14_Pruidze_I.K_Simple_Cruiser#13
No description provided.