Example #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("Introduceti adresa textului: ");
            string Path = Console.ReadLine();

            ReadText.ReadAllText(Path);

            Console.ReadKey();
        }