string Path = "data.txt"; string[] mas = new string[500]; mas = File.ReadAllLines(Path); for(int i=0;i<m.Length;i++) { Console.WriteLine(m[i]); } Console.WriteLine("Данные из файла считаны");