Tp.LegacyProfileConvertsion.Common.TpUser.attach_TpUsers C# (CSharp) Method

attach_TpUsers() private method

private attach_TpUsers ( TpUser entity ) : void
entity TpUser
return void
		private void attach_TpUsers(TpUser entity)
		{
			this.SendPropertyChanging();
			entity.TpUser1 = this;
		}
		
TpUser