Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/12 16:37:17 (12 years ago)
Author:
ascheibe
Message:

#1648 improved client information view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/MenuItems/ClientInfoMenuItem.cs

    r7557 r7933  
    3232    }
    3333    public override void Execute() {
    34       if (ClientInformation.Instance.ClientExists) {
    35         using (ClientInformationDialog dialog = new ClientInformationDialog()) {
    36           dialog.ShowDialog();
    37         }
    38       } else {
    39         using (ClientRegistrationDialog regDialog = new ClientRegistrationDialog()) {
    40           regDialog.ShowDialog();
    41         }
     34      using (ClientInformationDialog dialog = new ClientInformationDialog()) {
     35        dialog.ShowDialog();
    4236      }
    4337    }
Note: See TracChangeset for help on using the changeset viewer.