Example #1
0
        private void menuHelpAbout_Click(object sender, EventArgs e)
        {
            Form frmAbout = new AboutForm();

            frmAbout.ShowDialog(this);
        }
Example #2
0
        private void mnuHAbout_Click(object sender, System.EventArgs e)
        {
            Form frmAbout = new AboutForm();

            frmAbout.ShowDialog(this);
        }