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

attach_Generals2() private method

private attach_Generals2 ( General entity ) : void
entity General
return void
		private void attach_Generals2(General entity)
		{
			this.SendPropertyChanging();
			entity.TpUser2 = this;
		}
		
TpUser