Ejemplo n.º 1
0
        protected override void pushData()
        {
            base.pushData();
            ClsTopStudent lcStudent = (ClsTopStudent)_Student;

            lcStudent.Referral = txtReferral.Text;
        }
Ejemplo n.º 2
0
        protected override void updateDisplay()
        {
            base.updateDisplay();
            ClsTopStudent lcStudent = (ClsTopStudent)_Student;

            txtReferral.Text = lcStudent.Referral;
        }