コード例 #1
0
 /// <summary>
 /// handle the textbox for typing only digit
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void txtKeyPress_KeyPress(object sender, KeyPressEventArgs e)
 {
     YKNumericUtilities.KeyPressEvent(e);
 }