private void ShowGeneralOptions() { try { _calDavSynchronizerCommands.ShowGeneralOptions(); } catch (Exception x) { ExceptionHandler.Instance.DisplayException(x, s_logger); } }