Esempio n. 1
0
        private void txt_p_idperson_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_idperson);
        }
Esempio n. 2
0
        private void txt_p_telwork_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_telwork);
        }
Esempio n. 3
0
        private void txt_p_cel_Click(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_cel);
        }
Esempio n. 4
0
 private void txt_pv_phone_Click(object sender, EventArgs e)
 {
     fu.starttext(txt_pv_phone);
 }
Esempio n. 5
0
        private void txt_s_tel_KeyDown(object sender, KeyEventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_s_tel);
        }
Esempio n. 6
0
        private void txt_s_idpersons_Click(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_s_idpersons);
        }
Esempio n. 7
0
        private void txt_i_telephone_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_i_telephone);
        }