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