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

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

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

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

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

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