private void ShowOptionsDialog() { var frmDayCounterOptions = new frmDayCounterOptions(); frmDayCounterOptions.ShowDialog(); RefreshOutput(); }