ComponentFactory.Krypton.Toolkit.ViewDrawMonthDays.ViewDrawMonthDays C# (CSharp) Method

ViewDrawMonthDays() public method

Initialize a new instance of the ViewDrawMonthDays class.
public ViewDrawMonthDays ( IKryptonMonthCalendar calendar, ViewLayoutMonths months ) : System
calendar IKryptonMonthCalendar Reference to calendar provider.
months ViewLayoutMonths Reference to months instance.
return System
        public ViewDrawMonthDays(IKryptonMonthCalendar calendar, ViewLayoutMonths months)
        {
            _calendar = calendar;
            _months = months;
            _dayMementos = new IDisposable[DAYS];
            _dayRects = new Rectangle[DAYS];
        }