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 15f17de6aa - Show all commits

View File

@ -44,11 +44,6 @@ namespace Liner
return null;
}
}
private static void WriteToFile(string text, FileStream stream)
{
byte[] info = new UTF8Encoding(true).GetBytes(text);
stream.Write(info, 0, info.Length);
}
public bool SaveData(string filename)
{
if (File.Exists(filename))