Esempio n. 1
0
 public UserType(UserType other) : base(other.GetName())
 {
     Reset(other);
 }