Example #1
0
        private void About_Click(object sender, EventArgs e)
        {
            FormAboutBox frm = new FormAboutBox();

            frm.ShowDialog();
        }
Example #2
0
 private void menuItemAbout_Click(object sender, EventArgs e)
 {
     FormAboutBox frm = new FormAboutBox();
     frm.ShowDialog();
 }