コード例 #1
0
 private void AreaUsuariotextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.Validacion v = new Validacion.Validacion();
     v.Letras(e);
 }
コード例 #2
0
 private void UsuarioIdtextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.Validacion v = new Validacion.Validacion();
     v.Numeros(e);
 }
コード例 #3
0
 private void AreaUsuariotextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.Validacion v = new Validacion.Validacion();
     v.Letras(e);
 }
コード例 #4
0
 private void UsuarioIdtextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.Validacion v = new Validacion.Validacion();
     v.Numeros(e);
 }
コード例 #5
0
 private void apellidoCtextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.Validacion v = new Validacion.Validacion();
     v.Letras(e);
 }
コード例 #6
0
 private void apellidoCtextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validacion.Validacion v = new Validacion.Validacion();
     v.Letras(e);
 }