Beispiel #1
0
 private void lcTxt_KeyPress(object sender, KeyPressEventArgs e)
 {
     if (evokWork.AutoParamTxt_KeyPressWithRatio(sender, e))
     {
         tc1.Focus();
     }
 }