private void txt_p_telwork_Enter(object sender, EventArgs e) { functions fc = new functions(); fc.starttext(txt_p_telwork); }
private void txt_p_idperson_Enter(object sender, EventArgs e) { functions fc = new functions(); fc.starttext(txt_p_idperson); }
private void txt_p_cel_Click(object sender, EventArgs e) { functions fc = new functions(); fc.starttext(txt_p_cel); }
private void txt_s_tel_KeyDown(object sender, KeyEventArgs e) { functions fc = new functions(); fc.starttext(txt_s_tel); }
private void txt_s_idpersons_Click(object sender, EventArgs e) { functions fc = new functions(); fc.starttext(txt_s_idpersons); }
private void txt_i_telephone_Enter(object sender, EventArgs e) { functions fc = new functions(); fc.starttext(txt_i_telephone); }