Ejemplo n.º 1
0
 private void txtQXnum_KeyPress(object sender, KeyPressEventArgs e)
 {
     //判断按键是不是要输入的类型。
     UserFunction.Text_Value_decimal(sender, e);
 }