コード例 #1
0
 private void txtRut_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }
コード例 #2
0
 private void txtHorasRealizadas_KeyPress(object sender, KeyPressEventArgs e)
 {
     v.soloNumeros(e);
 }