AmaknaProxy.Engine.View.MainForm.NotifyIcon_Proxy_MouseDoubleClick C# (CSharp) Method

NotifyIcon_Proxy_MouseDoubleClick() private method

private NotifyIcon_Proxy_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void
        private void NotifyIcon_Proxy_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            this.Invoke((MethodInvoker)delegate
            {
                Visible = true;
                NotifyIcon_Proxy.Visible = false;
            });
        }