Inheritance: System.Windows.Forms.Form
        /// <summary>
        /// Opens the about window
        /// </summary>
        private void MenuHelpAboutOnClick(object sender, EventArgs e)
        {
            AboutScreen abScr = new AboutScreen();

            abScr.ShowDialog();

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

            return;
        }