RadioDld.Main.NotifyIcon_MouseDoubleClick C# (CSharp) Method

NotifyIcon_MouseDoubleClick() private method

private NotifyIcon_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void
        private void NotifyIcon_MouseDoubleClick(object sender, MouseEventArgs e)
        {
            this.MenuTrayShow_Click(sender, e);
        }
Main