private void AboutMnu_Click(object sender, EventArgs e) { aboutfrm AboutForm = new aboutfrm(); AboutForm.Show(); }
private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { aboutfrm AboutForm = new aboutfrm(); AboutForm.Show(); }