private void txtRut_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }
예제 #2
0
 private void txtHorasRealizadas_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }