Sorokin_P.V. Lab Work 6 #6
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user