Example #1
0
 private void txtHoraFin_KeyPress(object sender, KeyPressEventArgs e)
 {
     MetodosGlobales.permitirSoloIngresoHorario(e);
 }