Exemplo n.º 1
0
 public BackgroundWorkerTask(BackgroundWorkerTaskType taskType, object ptr)
 {
     Task = taskType;
     DataParam = ptr;
 }
Exemplo n.º 2
0
 public BackgroundWorkerTask(BackgroundWorkerTaskType taskType, object ptr)
 {
     Task      = taskType;
     DataParam = ptr;
 }