Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/12 20:30:26 (12 years ago)
Author:
ascheibe
Message:

#1648 fixed compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientInformationDialog.cs

    r7933 r8041  
    3535
    3636    private void refreshButton_Click(object sender, System.EventArgs e) {
    37       Refresh();
     37      RefreshInformation();
    3838    }
    3939
     
    4141      using (ClientRegistrationDialog regDialog = new ClientRegistrationDialog()) {
    4242        regDialog.ShowDialog(this);
    43         Refresh();
     43        RefreshInformation();
    4444      }
    4545    }
    4646
    47     private void Refresh() {
     47    private void RefreshInformation() {
    4848      clientView.StartProgressView();
    4949      Task.Factory.StartNew(new Action(delegate {
Note: See TracChangeset for help on using the changeset viewer.