Exemple #1
0
        void ReleaseDesignerOutlets()
        {
            if (DescriptionBottomlbl != null)
            {
                DescriptionBottomlbl.Dispose();
                DescriptionBottomlbl = null;
            }

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

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

            if (ContinueBtn != null)
            {
                ContinueBtn.Dispose();
                ContinueBtn = null;
            }
        }
Exemple #2
0
        void ReleaseDesignerOutlets()
        {
            if (ContinueBtn != null)
            {
                ContinueBtn.Dispose();
                ContinueBtn = null;
            }

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

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

            if (TermsTitle != null)
            {
                TermsTitle.Dispose();
                TermsTitle = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (BoyButton != null)
     {
         BoyButton.Dispose();
         BoyButton = null;
     }
     if (BubbleImg != null)
     {
         BubbleImg.Dispose();
         BubbleImg = null;
     }
     if (BubbleImgTopOffset != null)
     {
         BubbleImgTopOffset.Dispose();
         BubbleImgTopOffset = null;
     }
     if (ContinueBtn != null)
     {
         ContinueBtn.Dispose();
         ContinueBtn = null;
     }
     if (GirlButton != null)
     {
         GirlButton.Dispose();
         GirlButton = null;
     }
     if (Input != null)
     {
         Input.Dispose();
         Input = null;
     }
     if (NavBarBlendView != null)
     {
         NavBarBlendView.Dispose();
         NavBarBlendView = null;
     }
     if (NavBarBlendViewHeightConstraint != null)
     {
         NavBarBlendViewHeightConstraint.Dispose();
         NavBarBlendViewHeightConstraint = null;
     }
     if (NickName != null)
     {
         NickName.Dispose();
         NickName = null;
     }
     if (SwitchSignUpType != null)
     {
         SwitchSignUpType.Dispose();
         SwitchSignUpType = null;
     }
     if (ThemeSelectorContainerView != null)
     {
         ThemeSelectorContainerView.Dispose();
         ThemeSelectorContainerView = null;
     }
 }