コード例 #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);
 }
コード例 #3
0
 private void cmbDia_KeyPress(object sender, KeyPressEventArgs e)
 {
     validador.numero(e);
 }