- Timestamp:
- 06/19/12 09:55:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Access/3.3/ServiceClients/UserGroupBase.cs
r8044 r8047 20 20 #endregion 21 21 22 using System; 22 23 using HeuristicLab.Common; 23 24 using HeuristicLab.Core; … … 28 29 protected UserGroupBase(UserGroupBase original, Cloner cloner) 29 30 : base(original, cloner) { 30 this.Id = original.Id;31 this.Id = Guid.NewGuid(); 31 32 } 32 33
Note: See TracChangeset
for help on using the changeset viewer.