private void txtRut_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }
Exemplo n.º 2
0
 private void txtHorasRealizadas_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }