Exemplo n.º 1
0
 private void OnTimedEvent(object source, ElapsedEventArgs e)
 {
     if (GestionDate.entre(1, 10))
     {
         cloturerFiches();
     }
     else if (GestionDate.entre(20, 31))
     {
         rembourserFiches();
     }
 }