Example #1
0
 public void Draw(List <Point> listPoint, Color color)
 {
     draw.DrawFigures(listPoint, color);
 }