CmisSync.Widgets.ProxyWidget.OnSystemProxyButtonActivated C# (CSharp) Method

OnSystemProxyButtonActivated() protected method

protected OnSystemProxyButtonActivated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        protected void OnSystemProxyButtonActivated(object sender, EventArgs e) {
            if (this.systemProxyButton.Active) {
                this.Selection = ProxySelection.SYSTEM;
            }

            this.OnChange(sender, e);
        }