Y
Size: a a a
Y
Y
SS
SS
ПЗ
ПЗ
Y
Y
SS
Y
ПЗ
Y
🎁
Y
ПЗ
ПЗ
ПЗ
string path= @"C:\SomeDir\hta.txt";
using (StreamReader sr = new StreamReader(path, System.Text.Encoding.Default))
{
string line;
while ((line = sr.ReadLine()) != null)
{
Console.WriteLine(line);
}
}
Y
ПЗ