コード例 #1
0
 private void txtnombre_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.sololetras(e);
 }
コード例 #2
0
 private void txtcantidad_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.solonumeros(e);
 }
コード例 #3
0
 private void txtdescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.sololetras(e);
 }