示例#1
0
 void OnQuoteSaved()
 {
     try
     {
         _hubManager.InvokeQuote();
     }
     catch (Exception ex)
     {
         _logger.LogException(ex);
     }
 }