Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Clients.OKB.Views/3.3/Administration/Views/OKBItemCollectionView.cs

    r14185 r14927  
    3838      try {
    3939        base.removeButton_Click(sender, e);
    40       }
    41       catch (Exception ex) {
     40      } catch (Exception ex) {
    4241        ErrorHandling.ShowErrorDialog(this, "Delete failed.", ex);
    4342      }
     
    4645      try {
    4746        base.itemsListView_KeyDown(sender, e);
    48       }
    49       catch (Exception ex) {
     47      } catch (Exception ex) {
    5048        ErrorHandling.ShowErrorDialog(this, "Delete failed.", ex);
    5149      }
     
    5452      try {
    5553        base.itemsListView_ItemDrag(sender, e);
    56       }
    57       catch (Exception ex) {
     54      } catch (Exception ex) {
    5855        ErrorHandling.ShowErrorDialog(this, "Delete failed.", ex);
    5956      }
Note: See TracChangeset for help on using the changeset viewer.