Ejemplo n.º 1
0
        protected override void PushData()
        {
            base.PushData();
            ClsVehicleCost lcCost = (ClsVehicleCost)_Cost;

            lcCost.VehicleDescription = TxtVehicleDesc.Text;
        }
Ejemplo n.º 2
0
        protected override void UpdateDisplay()
        {
            base.UpdateDisplay();
            ClsVehicleCost lcCost = (ClsVehicleCost)_Cost;

            TxtVehicleDesc.Text = lcCost.VehicleDescription;
        }