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