Ejemplo n.º 1
0
 private void TxtPrice_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = CmC.CheckNumberWithDecimalText(e);
 }