void ReleaseDesignerOutlets() { if (BackButtonTopConstraint != null) { BackButtonTopConstraint.Dispose(); BackButtonTopConstraint = null; } if (EarlyBottomConstraint != null) { EarlyBottomConstraint.Dispose(); EarlyBottomConstraint = null; } if (EarlyCheckBox != null) { EarlyCheckBox.Dispose(); EarlyCheckBox = null; } if (EarlyTopConstraint != null) { EarlyTopConstraint.Dispose(); EarlyTopConstraint = null; } if (LateDayBottomConstraint != null) { LateDayBottomConstraint.Dispose(); LateDayBottomConstraint = null; } if (LateDayCheckbox != null) { LateDayCheckbox.Dispose(); LateDayCheckbox = null; } if (LateDayTopConstraint != null) { LateDayTopConstraint.Dispose(); LateDayTopConstraint = null; } if (MiddayBottomConstraint != null) { MiddayBottomConstraint.Dispose(); MiddayBottomConstraint = null; } if (MiddayCheckBox != null) { MiddayCheckBox.Dispose(); MiddayCheckBox = null; } if (MiddayTopConstraint != null) { MiddayTopConstraint.Dispose(); MiddayTopConstraint = null; } if (NextButton != null) { NextButton.Dispose(); NextButton = null; } if (NextButtonHeightConstraint != null) { NextButtonHeightConstraint.Dispose(); NextButtonHeightConstraint = null; } if (pageInfoLabel != null) { pageInfoLabel.Dispose(); pageInfoLabel = null; } if (PageInfoTopConstraint != null) { PageInfoTopConstraint.Dispose(); PageInfoTopConstraint = null; } if (PageSubtitleTopConstraint != null) { PageSubtitleTopConstraint.Dispose(); PageSubtitleTopConstraint = null; } if (PageTitleTopConstraint != null) { PageTitleTopConstraint.Dispose(); PageTitleTopConstraint = null; } if (ViewLeadingConstraint != null) { ViewLeadingConstraint.Dispose(); ViewLeadingConstraint = null; } if (ViewTrailingConstraint != null) { ViewTrailingConstraint.Dispose(); ViewTrailingConstraint = null; } if (WeekDayViewHeightConstraint != null) { WeekDayViewHeightConstraint.Dispose(); WeekDayViewHeightConstraint = null; } if (WeekView != null) { WeekView.Dispose(); WeekView = null; } if (WeekViewTopConstraint != null) { WeekViewTopConstraint.Dispose(); WeekViewTopConstraint = null; } }
void ReleaseDesignerOutlets() { if (SelectionLabelTrailingConstraint != null) { SelectionLabelTrailingConstraint.Dispose(); SelectionLabelTrailingConstraint = null; } if (SelectionlabelLeadingConstraint != null) { SelectionlabelLeadingConstraint.Dispose(); SelectionlabelLeadingConstraint = null; } if (ErrorTextView != null) { ErrorTextView.Dispose(); ErrorTextView = null; } if (OkButton != null) { OkButton.Dispose(); OkButton = null; } if (OkButtonBottomConstraint != null) { OkButtonBottomConstraint.Dispose(); OkButtonBottomConstraint = null; } if (PageSubtitleText != null) { PageSubtitleText.Dispose(); PageSubtitleText = null; } if (PageSubtitleTopConstraint != null) { PageSubtitleTopConstraint.Dispose(); PageSubtitleTopConstraint = null; } if (PageTitleLabel != null) { PageTitleLabel.Dispose(); PageTitleLabel = null; } if (PageTitleTopConstraint != null) { PageTitleTopConstraint.Dispose(); PageTitleTopConstraint = null; } if (SearchContainer != null) { SearchContainer.Dispose(); SearchContainer = null; } if (SearchResultTableView != null) { SearchResultTableView.Dispose(); SearchResultTableView = null; } if (SearchText != null) { SearchText.Dispose(); SearchText = null; } if (SelectionLabel != null) { SelectionLabel.Dispose(); SelectionLabel = null; } if (SelectionLabelTopConstraint != null) { SelectionLabelTopConstraint.Dispose(); SelectionLabelTopConstraint = null; } if (TableViewBottomConstraint != null) { TableViewBottomConstraint.Dispose(); TableViewBottomConstraint = null; } }