pocorall.SCM_Notifier.MainForm.menuItemAbout_Click C# (CSharp) 메소드

menuItemAbout_Click() 개인적인 메소드

private menuItemAbout_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void
        private void menuItemAbout_Click(object sender, EventArgs e)
        {
            new AboutForm().ShowDialog (this);
        }
MainForm