void ReleaseDesignerOutlets()
        {
            if (AboutImageView != null)
            {
                AboutImageView.Dispose();
                AboutImageView = null;
            }

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

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

            if (VersionLabel != null)
            {
                VersionLabel.Dispose();
                VersionLabel = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (AboutImage != null)
            {
                AboutImage.Dispose();
                AboutImage = null;
            }

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

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

            if (copyright != null)
            {
                copyright.Dispose();
                copyright = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (ScrollView != null)
            {
                ScrollView.Dispose();
                ScrollView = null;
            }

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

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

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

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

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

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

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

            if (BlogRssButton != null)
            {
                BlogRssButton.Dispose();
                BlogRssButton = null;
            }
        }
Esempio n. 4
0
 void ReleaseDesignerOutlets()
 {
     if (AboutTextView != null)
     {
         AboutTextView.Dispose();
         AboutTextView = null;
     }
     if (CurrencyTextField != null)
     {
         CurrencyTextField.Dispose();
         CurrencyTextField = null;
     }
     if (testTextView != null)
     {
         testTextView.Dispose();
         testTextView = null;
     }
     if (VisitSiteButton != null)
     {
         VisitSiteButton.Dispose();
         VisitSiteButton = null;
     }
 }