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/AdministratorView.cs

    r5533 r5550  
    2424using HeuristicLab.MainForm;
    2525using HeuristicLab.MainForm.WindowsForms;
     26using HeuristicLab.PluginInfrastructure;
    2627
    2728namespace HeuristicLab.Clients.OKB.Administration {
     
    4950      Content.Refreshed += new EventHandler(Content_Refreshed);
    5051    }
     52
    5153
    5254    protected override void OnContentChanged() {
     
    102104
    103105    private void refreshButton_Click(object sender, EventArgs e) {
    104       Content.Refresh();
     106      Content.RefreshAsync(new Action<Exception>((Exception ex) => ErrorHandling.ShowErrorDialog(this, "Refresh failed.", ex)));
    105107    }
    106108  }
Note: See TracChangeset for help on using the changeset viewer.