Ejemplo n.º 1
0
 public QPCTimerServices(ITimeBroker timeBroker)
 {
     _timeBroker         = timeBroker;
     _timeBroker.Pushed += TimeBroker_PushedHandler;
 }
Ejemplo n.º 2
0
 public QPCTimerServices(ITimeBroker timeBroker)
 {
     _timeBroker = timeBroker;
     _timeBroker.Pushed += TimeBroker_PushedHandler;
 }