private void About_Click(object sender, EventArgs e) { FormAboutBox frm = new FormAboutBox(); frm.ShowDialog(); }
private void menuItemAbout_Click(object sender, EventArgs e) { FormAboutBox frm = new FormAboutBox(); frm.ShowDialog(); }