示例#1
0
        public override void SetNeedsDisplay()
        {
            base.SetNeedsDisplay();

            AdjustBackgroundColor();

            if (_monthGridView != null)
            {
                _monthGridView.Update();
            }
        }