Пример #1
0
        private void txt_p_telwork_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_telwork);
        }
Пример #2
0
        private void txt_p_idperson_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_idperson);
        }
Пример #3
0
        private void txt_p_cel_Click(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_p_cel);
        }
Пример #4
0
        private void txt_s_tel_KeyDown(object sender, KeyEventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_s_tel);
        }
Пример #5
0
        private void txt_s_idpersons_Click(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_s_idpersons);
        }
Пример #6
0
        private void txt_i_telephone_Enter(object sender, EventArgs e)
        {
            functions fc = new functions();

            fc.starttext(txt_i_telephone);
        }