Example #1
0
 public float CalculateShapeSquare(Shape shape)
 {
     return(shape.GetSquare());
 }