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

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

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

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

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