void ReleaseDesignerOutlets ()
		{
			if (CollectionView != null) {
				CollectionView.Dispose ();
				CollectionView = null;
			}
		}
 void ReleaseDesignerOutlets ()
 {
     if (TaskListCollectionView != null) {
         TaskListCollectionView.Dispose ();
         TaskListCollectionView = null;
     }
 }
Esempio n. 3
0
        void ReleaseDesignerOutlets()
        {
            if (CollHeightConstraint != null)
            {
                CollHeightConstraint.Dispose();
                CollHeightConstraint = null;
            }

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

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

            if (HeightUpdatedInCode != null)
            {
                HeightUpdatedInCode.Dispose();
                HeightUpdatedInCode = null;
            }
        }
Esempio n. 4
0
        void ReleaseDesignerOutlets()
        {
            if (_bottomCollection != null)
            {
                _bottomCollection.Dispose();
                _bottomCollection = null;
            }

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

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

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

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

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

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

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

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

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

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

            if (sliderCollection != null)
            {
                sliderCollection.Dispose();
                sliderCollection = null;
            }
        }
Esempio n. 7
0
 void ReleaseDesignerOutlets()
 {
     if (teamCollectionView != null)
     {
         teamCollectionView.Dispose();
         teamCollectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (collectionView != null)
     {
         collectionView.Dispose();
         collectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (galleryCollectionView != null)
     {
         galleryCollectionView.Dispose();
         galleryCollectionView = null;
     }
 }
Esempio n. 10
0
 void ReleaseDesignerOutlets()
 {
     if (sampleCollectionView != null)
     {
         sampleCollectionView.Dispose();
         sampleCollectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (cvSkills != null)
     {
         cvSkills.Dispose();
         cvSkills = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (collectionVC != null)
     {
         collectionVC.Dispose();
         collectionVC = null;
     }
 }
Esempio n. 13
0
 void ReleaseDesignerOutlets()
 {
     if (gridView != null)
     {
         gridView.Dispose();
         gridView = null;
     }
 }
Esempio n. 14
0
 void ReleaseDesignerOutlets()
 {
     if (PersonCollection != null)
     {
         PersonCollection.Dispose();
         PersonCollection = null;
     }
 }
Esempio n. 15
0
 void ReleaseDesignerOutlets()
 {
     if (CollectionPersons != null)
     {
         CollectionPersons.Dispose();
         CollectionPersons = null;
     }
 }
        void ReleaseDesignerOutlets()
        {
            if (colorBar != null)
            {
                colorBar.Dispose();
                colorBar = null;
            }

            if (colorCollection != null)
            {
                colorCollection.Dispose();
                colorCollection = null;
            }
        }
Esempio n. 17
0
        void ReleaseDesignerOutlets()
        {
            if (LabelNetworkAccessListTask != null)
            {
                LabelNetworkAccessListTask.Dispose();
                LabelNetworkAccessListTask = null;
            }

            if (TaskListCollectionView != null)
            {
                TaskListCollectionView.Dispose();
                TaskListCollectionView = null;
            }
        }
Esempio n. 18
0
        void ReleaseDesignerOutlets()
        {
            if (_bottomCollection != null)
            {
                _bottomCollection.Dispose();
                _bottomCollection = null;
            }

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

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

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

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

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

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

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

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

            if (CollectionView != null)
            {
                CollectionView.Dispose();
                CollectionView = null;
            }
        }
Esempio n. 21
0
        void ReleaseDesignerOutlets()
        {
            if (AllUsersButton != null)
            {
                AllUsersButton.Dispose();
                AllUsersButton = null;
            }

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

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

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

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

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

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

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

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

            if (AboutButton != null) {
                AboutButton.Dispose ();
                AboutButton = null;
            }
        }
Esempio n. 23
0
        void ReleaseDesignerOutlets()
        {
            if (btnAdd != null)
            {
                btnAdd.Dispose();
                btnAdd = null;
            }

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

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