Ejemplo n.º 1
0
 //clear the board
 public void Clear()
 {
     _isPressed = false;
     _shapeFactory.Clear();
     NotifyModelChanged();
 }