Exemplo n.º 1
0
        private void txt_p_telwork_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_telwork);
        }
Exemplo n.º 2
0
        private void txt_p_idperson_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

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

            fc.starttext(txt_p_cel);
        }
Exemplo n.º 4
0
        private void txt_s_tel_KeyDown(object sender, KeyEventArgs e)
        {
            functions fc = new functions();

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

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

            fc.starttext(txt_i_telephone);
        }