Beispiel #1
0
        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;
            }
        }
Beispiel #2
0
        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;
            }
        }
Beispiel #3
0
        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 (CalendarCollectionView != null)
            {
                CalendarCollectionView.Dispose();
                CalendarCollectionView = null;
            }

            if (CurrentMonthLabel != null)
            {
                CurrentMonthLabel.Dispose();
                CurrentMonthLabel = null;
            }

            if (DayHeader0 != null)
            {
                DayHeader0.Dispose();
                DayHeader0 = null;
            }

            if (DayHeader1 != null)
            {
                DayHeader1.Dispose();
                DayHeader1 = null;
            }

            if (DayHeader2 != null)
            {
                DayHeader2.Dispose();
                DayHeader2 = null;
            }

            if (DayHeader3 != null)
            {
                DayHeader3.Dispose();
                DayHeader3 = null;
            }

            if (DayHeader4 != null)
            {
                DayHeader4.Dispose();
                DayHeader4 = null;
            }

            if (DayHeader5 != null)
            {
                DayHeader5.Dispose();
                DayHeader5 = null;
            }

            if (DayHeader6 != null)
            {
                DayHeader6.Dispose();
                DayHeader6 = null;
            }

            if (QuickSelectCollectionView != null)
            {
                QuickSelectCollectionView.Dispose();
                QuickSelectCollectionView = null;
            }

            if (QuickSelectCollectionViewLayout != null)
            {
                QuickSelectCollectionViewLayout.Dispose();
                QuickSelectCollectionViewLayout = null;
            }
        }