Exemplo n.º 1
0
 public InputThread(TickerImplementation ti)
 {
     ticker = ti;
 }
Exemplo n.º 2
0
 public AlertThread(TickerImplementation ti)
 {
     ticker = ti;
 }