Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/23/11 04:13:08 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views/OKBItemView.cs

    r5533 r5550  
    2626using HeuristicLab.MainForm;
    2727using HeuristicLab.MainForm.WindowsForms;
     28using HeuristicLab.PluginInfrastructure;
    2829
    2930namespace HeuristicLab.Clients.OKB.Administration {
     
    7374
    7475    protected virtual void storeButton_Click(object sender, EventArgs e) {
    75       Content.Store();
     76      try {
     77        Content.Store();
     78      }
     79      catch (Exception ex) {
     80        ErrorHandling.ShowErrorDialog(this, "Store failed.", ex);
     81      }
    7682    }
    7783  }
Note: See TracChangeset for help on using the changeset viewer.