예제 #1
0
 public void DrawOnScreen(RectangleShape recShape) => recShape.Draw("Adasdasdasdasd");
예제 #2
0
 public int CalculateArea(RectangleShape recShape) => recShape.Area();