Exemplo n.º 1
0
        private void SelectionColorUpdated()
        {
            if (_selectedCell == null)
            {
                return;
            }

            _selectedCell.ModifyBg(StateType.Normal, _selectionColor);
        }