Esempio n. 1
0
        static void Main(string[] args)
        {
            TextHandler text = new TextHandler()
            {
                Path = @"C:\Users\Sony\source\repos\3dom\123\555.txt"
            };

            Task.WaitAll(text.CreatAlphabeticalFileWithData());

            Console.ReadLine();
        }