Exemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (DescriptionFadeView != null)
            {
                DescriptionFadeView.Dispose();
                DescriptionFadeView = null;
            }

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

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

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

            if (ProjectLabel != null)
            {
                ProjectLabel.Dispose();
                ProjectLabel = null;
            }
        }
Exemplo n.º 2
0
        void ReleaseDesignerOutlets()
        {
            if (ClientLabel != null)
            {
                ClientLabel.Dispose();
                ClientLabel = null;
            }

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

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

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

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

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

            if (ProjectView != null)
            {
                ProjectView.Dispose();
                ProjectView = null;
            }
        }
Exemplo n.º 3
0
        void ReleaseDesignerOutlets()
        {
            if (AddDescriptionLabel != null)
            {
                AddDescriptionLabel.Dispose();
                AddDescriptionLabel = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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