private void aboutQuickNavPlannerToolStripMenuItem_Click(object sender, EventArgs e) { AboutQNP form = new AboutQNP(); form.ShowDialog(); }