Ejemplo n.º 1
0
 public void ShowShape(IShape shape)
 {
     Console.WriteLine(shape.CalculatorArea());
     Console.WriteLine(shape.Display());
 }