/// <summary>
 ///     Opens the about window
 /// </summary>
 private void MenuHelpAboutOnClick(object sender, EventArgs e)
 {
     var abScr = new AboutScreen();
     abScr.ShowDialog();
 }
Ejemplo n.º 2
0
        /// <summary>
        ///     Opens the about window
        /// </summary>
        private void MenuHelpAboutOnClick(object sender, EventArgs e)
        {
            var abScr = new AboutScreen();

            abScr.ShowDialog();
        }