예제 #1
0
 private void FillRetangles(Graphics g)
 {
     FillBackgroundOfRectangle(g);
     DrawOverlaysOfRectangles(g, Rectangles.Last());
 }