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

            abScr.ShowDialog();

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

            return;
        }