/// <summary> /// Opens the about window /// </summary> private void MenuHelpAboutOnClick(object sender, EventArgs e) { AboutScreen abScr = new AboutScreen(); abScr.ShowDialog(); return; }