Esempio n. 1
0
        void ReleaseDesignerOutlets()
        {
            if (coordinatesLabel != null)
            {
                coordinatesLabel.Dispose();
                coordinatesLabel = null;
            }

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

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

            if (ratingBar != null)
            {
                ratingBar.Dispose();
                ratingBar = null;
            }
        }
Esempio n. 2
0
        void ReleaseDesignerOutlets()
        {
            if (backButton != null)
            {
                backButton.Dispose();
                backButton = null;
            }

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

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

            if (userRating != null)
            {
                userRating.Dispose();
                userRating = null;
            }
        }
Esempio n. 3
0
        void ReleaseDesignerOutlets()
        {
            if (backBarButton != null)
            {
                backBarButton.Dispose();
                backBarButton = null;
            }

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

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

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

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

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

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