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

ViewDrawWeekNumbers() public method

Initialize a new instance of the ViewDrawWeekNumbers class.
public ViewDrawWeekNumbers ( IKryptonMonthCalendar calendar, ViewLayoutMonths months ) : System
calendar IKryptonMonthCalendar Reference to calendar provider.
months ViewLayoutMonths Reference to months instance.
return System
        public ViewDrawWeekNumbers(IKryptonMonthCalendar calendar, ViewLayoutMonths months)
        {
            _drawText = string.Empty;
            _calendar = calendar;
            _months = months;
            _dayMementos = new IDisposable[WEEKS];
        }