Beispiel #1
0
 public static IGeometricShapeFlorin MoveShape(IGeometricShapeFlorin shape, int dx, int dy)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public static double GetPerimeter(IGeometricShapeFlorin shape)
 {
     throw new NotImplementedException();
 }