Пример #1
0
        static void Main()
        {
            MyMath mm = new MyMath();

            Console.WriteLine("Calling DoFunc(7). Result: {0}", mm.DoFunc1(7));
        }