예제 #1
0
 private void lcTxt_KeyPress0(object sender, KeyPressEventArgs e)
 {
     if (evokWork.AutoParamTxt_KeyPressWithRatioWithId(sender, e, tc1.SelectedIndex))
     {
         tc1.Focus();
     }
 }