/// <summary>
        /// Shows the first run dialog
        /// </summary>
        public static new DialogResult Show()
        {
            FirstRunDialog firstRunDialog = new FirstRunDialog();

            return(firstRunDialog.ShowDialog());
        }
Example #2
0
 /// <summary>
 /// Shows the first run dialog
 /// </summary>
 public static new DialogResult Show()
 {
     FirstRunDialog firstRunDialog = new FirstRunDialog();
     return firstRunDialog.ShowDialog();
 }