static void ShowOptions() { OptionsForm optionsForm = new OptionsForm(); Application.Run(optionsForm); }