private void menuItem7_Click(object sender, EventArgs e) { AboutForm dlg = new AboutForm(); dlg.ShowDialog(); }
private void About_Click_1(object sender, EventArgs e) { AboutForm about = new AboutForm(); about.ShowDialog(); }