Удален лишний метод WriteToFile(т.к. перешли на StreamWriter и StreamReader)
This commit is contained in:
parent
e1a39a5ee5
commit
15f17de6aa
@ -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