Ejemplo n.º 1
0
 private void txtVehicleCost_KeyPress(object sender, KeyPressEventArgs e)
 {
     BasePageLogic.InputControl(sender, e, '.');//使其只能输入数字与小数点
 }