/// <summary>
 /// Shows the options form.
 /// </summary>
 private static void ShowOptions()
 {
     OptionsForm optionsForm = new OptionsForm();
     Application.Run(optionsForm);
 }
Exemple #2
0
        /// <summary>
        /// Shows the options form.
        /// </summary>
        private static void ShowOptions()
        {
            OptionsForm optionsForm = new OptionsForm();

            Application.Run(optionsForm);
        }