private void HandTxt_KeyPress(object sender, KeyPressEventArgs e) { if (evokWork.HandParamTxt_KeyPress(sender, e)) { handTc.Focus(); } }