Пример #1
0
        /// <summary>
        /// Show the standard About box
        /// </summary>
        private void AboutToolStripMenuItemClick(object sender, EventArgs e)
        {
            FormAbout about = new FormAbout();

            about.ShowDialog();
        }
Пример #2
0
 /// <summary>
 /// Show the standard About box
 /// </summary>
 private void AboutToolStripMenuItemClick(object sender, EventArgs e)
 {
     FormAbout about = new FormAbout();
     about.ShowDialog();
 }