private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { AboutPage about = new AboutPage(); about.ShowDialog(); }