Exemplo n.º 1
0
        static void RunTask()
        {
            var sts = new SecondTaskService();

            sts.GetSimulateProcessMoving();
            Console.ReadKey();
        }
Exemplo n.º 2
0
        static void RunTask()
        {
            var sts = new SecondTaskService();

            sts.RunSecondTask();
            Console.ReadKey();
        }
Exemplo n.º 3
0
        static void RunTask()
        {
            var sts = new SecondTaskService();

            sts.RemoveWordMaxLengthFromRow();
            sts.SwapMaxWithMinLengthWord();
            sts.CountLetterAndPunctuationMarksInRow();
            sts.ConvertStringInArrayAndSortDescending();
            Console.ReadKey();
        }