Exemplo n.º 1
0
 public ProgressPair(ProgressData data, ProgressResultHandler action)
 {
     Data   = data;
     Action = action;
 }