예제 #1
0
        void ReleaseDesignerOutlets()
        {
            if (HeadingLabel != null)
            {
                HeadingLabel.Dispose();
                HeadingLabel = null;
            }

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

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

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

            if (NextButton != null)
            {
                NextButton.Dispose();
                NextButton = null;
            }
        }
예제 #2
0
 void ReleaseDesignerOutlets()
 {
     if (PagerControlMain != null)
     {
         PagerControlMain.Dispose();
         PagerControlMain = null;
     }
 }
        void ReleaseDesignerOutlets()
        {
            if (colorView != null)
            {
                colorView.Dispose();
                colorView = null;
            }

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

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

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

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

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

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

            if (PageControl != null)
            {
                PageControl.Dispose();
                PageControl = null;
            }
        }
 partial void pcIntrolValueChange(UIKit.UIPageControl sender);
 partial void onPagerValueChanged(UIKit.UIPageControl sender);