Пример #1
0
 static void Main(string[] args)
 {
     Console.WriteLine("OCP Conforming example");
     var drawThoseShapes = new ShapeDrawer();
     drawThoseShapes.DrawShapes();
     Console.ReadKey();
 }
Пример #2
0
        static void Main(string[] args)
        {
            Console.WriteLine("OCP Conforming example");
            var drawThoseShapes = new ShapeDrawer();

            drawThoseShapes.DrawShapes();
            Console.ReadKey();
        }