예제 #1
0
 private void txtIDPublicacion_KeyPress(object sender, KeyPressEventArgs e)
 {
     validador.numero(e);
 }
예제 #2
0
 private void txtNumeroDoc_KeyPress(object sender, KeyPressEventArgs e)
 {
     validador.numero(e);
 }
 private void cmbDia_KeyPress(object sender, KeyPressEventArgs e)
 {
     validador.numero(e);
 }