Esempio n. 1
0
 //draw the graphic
 public void Draw(IGraphics graphics)
 {
     _shapeFactory.Draw(graphics, _isPressed);
 }