Ejemplo n.º 1
0
 private bool Activate(GridCell gridCell)
 {
     Presenter.Activate(gridCell);
     return(true);
 }