Esempio n. 1
0
 public override void UpdateItems()
 {
     try {
         ItemSource.UpdateItems();
     } catch (Exception e) {
         SafeElement.LogSafeError(ItemSource, e, "UpdateItems");
     }
 }