Пример #1
0
        private void btnsave_Click(object sender, EventArgs e)
        {
            Guard_Employment_Records.UPDATE_GUARD_PREVIOUS_EMPLOYER_DETAILS("UPDATE_GUARD_PREVIOUS_EMPLOYER_DETAILS", txt_guard_number.Text, txt_employer_name.Text, txt_employer_adress.Text, //function updates father details...although arguments remain unchanged
                                                                            cbo_departure_reason.Text);

            RETURN_GUARD_DETAILS(txt_guard_number.Text);
        }
Пример #2
0
 private void btnsave_Click(object sender, EventArgs e)
 {
     Guard_Employment_Records.UPDATE_GUARD_PREVIOUS_EMPLOYER_DETAILS("UPDATE_GUARD_PREVIOUS_EMPLOYER_DETAILS", this.txt_guard_number.Text, this.txt_employer_name.Text, this.txt_employer_adress.Text, this.cbo_departure_reason.Text);
     this.RETURN_GUARD_DETAILS(this.txt_guard_number.Text);
 }