Example #1
0
 private void aboutHCCGUIToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmAbout aboutBox = new frmAbout();
     aboutBox.Show();
 }
Example #2
0
        private void aboutHCCGUIToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmAbout aboutBox = new frmAbout();

            aboutBox.Show();
        }