AutoWikiBrowser.MainForm.mnuNotify_Opening C# (CSharp) Method

mnuNotify_Opening() private method

private mnuNotify_Opening ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void
        private void mnuNotify_Opening(object sender, CancelEventArgs e)
        {
            SetMenuVisibility(Visible);
        }
MainForm