예제 #1
0
 public Context(WorkerThread worker)
 {
     this.worker = worker;
 }
예제 #2
0
 public Source(WorkerThread worker)
 {
     this.worker = worker;
 }
예제 #3
0
 public MessageHandler(WorkerThread worker)
 {
     WorkerThread = worker;
 }