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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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