Ejemplo n.º 1
0
 public static IGeometricShapeFlorin MoveShape(IGeometricShapeFlorin shape, int dx, int dy)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public static double GetPerimeter(IGeometricShapeFlorin shape)
 {
     throw new NotImplementedException();
 }