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