コード例 #1
0
 private void validar3(object sender, KeyPressEventArgs e)
 {
     Validaciones.SoloNumeros(e);
 }
コード例 #2
0
 private void Validar2(object sender, KeyPressEventArgs e)
 {
     Validaciones.NumerosDecimales(e);
 }