public OneMonthControl(MonthsControl parent) : this() { _ownerMonthsControl = parent; }
public DayCellPopupControl(MonthsControl ownerMonthsControl) : this() { this.ownerMonthsControl = ownerMonthsControl; this.Parent = this.ownerMonthsControl; }