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

attach_Generals1() private method

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