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

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

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

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

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

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

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

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

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

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

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

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

            if (activityIndicator != null)
            {
                activityIndicator.Dispose();
                activityIndicator = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (spinnner != null) {
         spinnner.Dispose ();
         spinnner = null;
     }
 }
Exemple #5
0
        void ReleaseDesignerOutlets()
        {
            if (userProfileImage != null)
            {
                userProfileImage.Dispose();
                userProfileImage = null;
            }

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

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

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

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

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

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

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

			if (activityIndicator != null) {
				activityIndicator.Dispose ();
				activityIndicator = null;
			}
		}
 void ReleaseDesignerOutlets()
 {
     if (Spinner != null) {
         Spinner.Dispose ();
         Spinner = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (Spinner != null)
     {
         Spinner.Dispose();
         Spinner = null;
     }
 }
        void ReleaseDesignerOutlets()
        {
            if (eventsTableView != null) {
                eventsTableView.Dispose ();
                eventsTableView = null;
            }

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

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

            if (webIndicator != null)
            {
                webIndicator.Dispose();
                webIndicator = null;
            }
        }
Exemple #12
0
        void ReleaseDesignerOutlets()
        {
            if (LoadingErrorImg != null)
            {
                LoadingErrorImg.Dispose();
                LoadingErrorImg = null;
            }

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

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

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

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

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

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

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

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

            if (LoadingSpinner != null)
            {
                LoadingSpinner.Dispose();
                LoadingSpinner = null;
            }
        }
Exemple #13
0
		protected override void CreateHandle ()
		{
			m_helper = new MonoTouch.UIKit.UIActivityIndicatorView();
			m_view = m_helper;
		}