Example #1
0
    private CellModel FillEmptyCell()
    {
        CellModel cell = _cellsModel.FillEmptyCell();

        _cellsView.FillNewEmptyCell(FlipCoordinatesForView(cell));
        return(cell);
    }