Ejemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (GetNewsButton != null)
            {
                GetNewsButton.Dispose();
                GetNewsButton = null;
            }

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

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

            if (TopicText != null)
            {
                TopicText.Dispose();
                TopicText = null;
            }
        }
Ejemplo n.º 2
0
        void ReleaseDesignerOutlets()
        {
            if (GetNewsButton != null)
            {
                GetNewsButton.Dispose();
                GetNewsButton = null;
            }

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