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