示例#1
0
        protected override void PushData()
        {
            base.PushData();
            ClsOtherCost lcCost = (ClsOtherCost)_Cost;

            lcCost.OtherDescription = TxtOtherDescription.Text;
        }
示例#2
0
        protected override void UpdateDisplay()
        {
            base.UpdateDisplay();
            ClsOtherCost lcCost = (ClsOtherCost)_Cost;

            TxtOtherDescription.Text = lcCost.OtherDescription;
        }