private void lcTxt_KeyPress(object sender, KeyPressEventArgs e) { if (evokWork.AutoParamTxt_KeyPress(sender, e)) { tc1.Focus(); } }
public void writeData(object sender, KeyPressEventArgs e, EvokXJWork evokWork) { if (evokWork.AutoParamTxt_KeyPress(sender, e)) { resetBtn.Focus(); } }
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if (evokWork0.AutoParamTxt_KeyPress(sender, e)) { tabPage2.Focus(); } }