CdnLink.CdnSendLoad.detach_CdnSendVehicles C# (CSharp) Method

detach_CdnSendVehicles() private method

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