void ReleaseDesignerOutlets()
 {
     if (image1 != null) {
         image1.Dispose ();
         image1 = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (glance_image != null) {
         glance_image.Dispose ();
         glance_image = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (myImage != null)
     {
         myImage.Dispose();
         myImage = null;
     }
 }
Esempio n. 4
0
 void ReleaseDesignerOutlets()
 {
     if (image1 != null)
     {
         image1.Dispose();
         image1 = null;
     }
 }
Esempio n. 5
0
 void ReleaseDesignerOutlets()
 {
     if (imageView != null)
     {
         imageView.Dispose();
         imageView = null;
     }
 }
		void ReleaseDesignerOutlets ()
		{
			if (LoadingAnimation != null) {
				LoadingAnimation.Dispose ();
				LoadingAnimation = null;
			}

			if (PhotoView != null) {
				PhotoView.Dispose ();
				PhotoView = null;
			}
		}
Esempio n. 7
0
        void ReleaseDesignerOutlets()
        {
            if (ButtonGetMonkeys != null)
            {
                ButtonGetMonkeys.Dispose();
                ButtonGetMonkeys = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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