Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/09 17:14:26 (15 years ago)
Author:
aleitner
Message:

updated details panels, onclick methods on TreeView (#452)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/AddUserForm.cs

    r1089 r1164  
    3535  public partial class AddUserForm : Form {
    3636
     37    public event addDelegate addUserEvent;
    3738    ResponseList<UserGroup> userGroups = null;
    3839    IUserRoleManager userRoleManager;
     
    9899        }
    99100      }
     101      if (addUserEvent != null) {
     102        addUserEvent();
     103      }
    100104      this.Close();
    101105    }
Note: See TracChangeset for help on using the changeset viewer.