Exemple #1
0
 internal Worker(WorkContext context, Action work)
 {
     this.Context = context;
     this.Work    = work;
 }