void ReleaseDesignerOutlets() { if (CalendarCollectionView != null) { CalendarCollectionView.Dispose(); CalendarCollectionView = null; } if (GetStartedButton != null) { GetStartedButton.Dispose(); GetStartedButton = null; } if (OnboardingView != null) { OnboardingView.Dispose(); OnboardingView = null; } if (DescriptionLabel != null) { DescriptionLabel.Dispose(); DescriptionLabel = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } }
void ReleaseDesignerOutlets() { if (CalendarCollectionView != null) { CalendarCollectionView.Dispose(); CalendarCollectionView = null; } if (DescriptionLabel != null) { DescriptionLabel.Dispose(); DescriptionLabel = null; } if (GetStartedButton != null) { GetStartedButton.Dispose(); GetStartedButton = null; } if (OnboardingView != null) { OnboardingView.Dispose(); OnboardingView = null; } if (TitleLabel != null) { TitleLabel.Dispose(); TitleLabel = null; } if (ExtendedNavbarView != null) { ExtendedNavbarView.Dispose(); ExtendedNavbarView = null; } if (TimeTrackedTodayLabel != null) { TimeTrackedTodayLabel.Dispose(); TimeTrackedTodayLabel = null; } if (CurrentDateLabel != null) { CurrentDateLabel.Dispose(); CurrentDateLabel = null; } }
void ReleaseDesignerOutlets() { if (GetStartedButton != null) { GetStartedButton.Dispose(); GetStartedButton = null; } if (OnboardingView != null) { OnboardingView.Dispose(); OnboardingView = null; } if (CalendarCollectionView != null) { CalendarCollectionView.Dispose(); CalendarCollectionView = null; } }
void ReleaseDesignerOutlets() { if (Description != null) { Description.Dispose(); Description = null; } if (Disclaimer != null) { Disclaimer.Dispose(); Disclaimer = null; } if (DisclaimerCenterYAccessibilityConstraint != null) { DisclaimerCenterYAccessibilityConstraint.Dispose(); DisclaimerCenterYAccessibilityConstraint = null; } if (DisclaimerCenterYNormalConstraint != null) { DisclaimerCenterYNormalConstraint.Dispose(); DisclaimerCenterYNormalConstraint = null; } if (GetStartedButton != null) { GetStartedButton.Dispose(); GetStartedButton = null; } if (Title != null) { Title.Dispose(); Title = null; } }