Пример #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);
 }