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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            if (kmhourButton != null) {
                kmhourButton.Dispose ();
                kmhourButton = null;
            }
        }
Exemple #5
0
		protected override void CreateHandle ()
		{
			m_helper = new MonoTouch.UIKit.UIProgressView();
			m_view = m_helper;
		}