Exemplo n.º 1
0
        static void Main(string[] args)
        {
            ReadData();

            Expendator.EmptyLine(1);
            Calculate();

            Expendator.EmptyLine(4);

            wr.Close();

            "ВЫЧИСЛЕНИЯ ЗАВЕРШЕНЫ".Show();
            Console.ReadKey();
        }