예제 #1
0
 private void txtPassword_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #2
0
 private void text_Direccion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #3
0
 private void txtUsuario_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #4
0
 private void cbx_ITBIS_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #5
0
 private void text_CategoriaDescripcion_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #6
0
 private void text_Domicilio_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #7
0
 private void text_VencimientoSecuencia_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }
예제 #8
0
 private void cmb_TipoFactura_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validadores.EnterPress_Tab(e);
 }