void ReleaseDesignerOutlets()
 {
     if (AllCinemasButton != null)
     {
         AllCinemasButton.Dispose();
         AllCinemasButton = null;
     }
     if (AllFilmsButton != null)
     {
         AllFilmsButton.Dispose();
         AllFilmsButton = null;
     }
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (NearestCinemas != null)
     {
         NearestCinemas.Dispose();
         NearestCinemas = null;
     }
     if (SearchButton != null)
     {
         SearchButton.Dispose();
         SearchButton = null;
     }
     if (SettingsButton != null)
     {
         SettingsButton.Dispose();
         SettingsButton = null;
     }
 }
Exemplo n.º 2
0
        void ReleaseDesignerOutlets()
        {
            if (CustomNavigationBar != null)
            {
                CustomNavigationBar.Dispose();
                CustomNavigationBar = null;
            }

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

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

            if (BusyIndicator != null)
            {
                BusyIndicator.Dispose();
                BusyIndicator = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (BioView != null)
     {
         BioView.Dispose();
         BioView = null;
     }
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (FilmsView != null)
     {
         FilmsView.Dispose();
         FilmsView = null;
     }
     if (MiscView != null)
     {
         MiscView.Dispose();
         MiscView = null;
     }
     if (PersonDetailsSegment != null)
     {
         PersonDetailsSegment.Dispose();
         PersonDetailsSegment = null;
     }
     if (Poster != null)
     {
         Poster.Dispose();
         Poster = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (CinemaDetailsContainer != null)
     {
         CinemaDetailsContainer.Dispose();
         CinemaDetailsContainer = null;
     }
     if (PerformancesSegment != null)
     {
         PerformancesSegment.Dispose();
         PerformancesSegment = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (CinemaDetailsContainer != null)
     {
         CinemaDetailsContainer.Dispose();
         CinemaDetailsContainer = null;
     }
     if (CinemaSegments != null)
     {
         CinemaSegments.Dispose();
         CinemaSegments = null;
     }
 }
Exemplo n.º 6
0
        void ReleaseDesignerOutlets()
        {
            if (ArchiveCollectionView != null)
            {
                ArchiveCollectionView.Dispose();
                ArchiveCollectionView = null;
            }

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

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

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

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

            if (UploadArchiveButton != null)
            {
                UploadArchiveButton.Dispose();
                UploadArchiveButton = null;
            }
        }
Exemplo n.º 7
0
 void ReleaseDesignerOutlets()
 {
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (Review != null)
     {
         Review.Dispose();
         Review = null;
     }
     if (Submit != null)
     {
         Submit.Dispose();
         Submit = null;
     }
     if (User != null)
     {
         User.Dispose();
         User = null;
     }
 }