Example #1
0
 public InputThread(TickerImplementation ti)
 {
     ticker = ti;
 }
Example #2
0
 public AlertThread(TickerImplementation ti)
 {
     ticker = ti;
 }