Ejemplo n.º 1
0
 private void lcTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (evokWork.AutoParamTxt_KeyPress(sender, e))
     {
         tc1.Focus();
     }
 }
Ejemplo n.º 2
0
 public void writeData(object sender, KeyPressEventArgs e, EvokXJWork evokWork)
 {
     if (evokWork.AutoParamTxt_KeyPress(sender, e))
     {
         resetBtn.Focus();
     }
 }
Ejemplo n.º 3
0
 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (evokWork0.AutoParamTxt_KeyPress(sender, e))
     {
         tabPage2.Focus();
     }
 }