void ReleaseDesignerOutlets() { if (DismissButton != null) { DismissButton.Dispose(); DismissButton = null; } if (MainContainer != null) { MainContainer.Dispose(); MainContainer = null; } if (RateButton != null) { RateButton.Dispose(); RateButton = null; } if (TableView != null) { TableView.Dispose(); TableView = null; } }
void ReleaseDesignerOutlets() { if (DismissButton != null) { DismissButton.Dispose(); DismissButton = null; } if (TimerLabel != null) { TimerLabel.Dispose(); TimerLabel = null; } }
void ReleaseDesignerOutlets() { if (DismissButton != null) { DismissButton.Dispose(); DismissButton = null; } if (MessageLb != null) { MessageLb.Dispose(); MessageLb = null; } }
void ReleaseDesignerOutlets() { if (CtaButton != null) { CtaButton.Dispose(); CtaButton = null; } if (CtaDescription != null) { CtaDescription.Dispose(); CtaDescription = null; } if (CtaTitle != null) { CtaTitle.Dispose(); CtaTitle = null; } if (CtaView != null) { CtaView.Dispose(); CtaView = null; } if (CtaViewToTopConstraint != null) { CtaViewToTopConstraint.Dispose(); CtaViewToTopConstraint = null; } if (DismissButton != null) { DismissButton.Dispose(); DismissButton = null; } if (NotReallyLabel != null) { NotReallyLabel.Dispose(); NotReallyLabel = null; } if (NotReallyView != null) { NotReallyView.Dispose(); NotReallyView = null; } if (QuestionView != null) { QuestionView.Dispose(); QuestionView = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } if (YesLabel != null) { YesLabel.Dispose(); YesLabel = null; } if (YesView != null) { YesView.Dispose(); YesView = null; } if (CtaViewBottomConstraint != null) { CtaViewBottomConstraint.Dispose(); CtaViewBottomConstraint = null; } if (QuestionViewBottomConstraint != null) { QuestionViewBottomConstraint.Dispose(); QuestionViewBottomConstraint = null; } }