Sorokin_P.V. Lab Work 6 #6

Merged
eegov merged 7 commits from LabWork06 into LabWork05 2022-11-11 09:01:35 +04:00
Showing only changes of commit 3972db5683 - Show all commits

View File

@ -66,7 +66,6 @@ namespace Liner
{
return false;
}
string bufferTextFromFile = "";
using (StreamReader sr = new(filename))
{
string str = sr.ReadLine();