CdnLink.CdnSendLoad.attach_CdnSendVehicles C# (CSharp) Method

attach_CdnSendVehicles() private method

private attach_CdnSendVehicles ( CdnSendVehicle entity ) : void
entity CdnSendVehicle
return void
		private void attach_CdnSendVehicles(CdnSendVehicle entity)
		{
			this.SendPropertyChanging();
			entity.CdnSendLoad = this;
		}
		
CdnSendLoad