Exemplo n.º 1
0
 private Receiver(RepositoryViewReadRoutine routine, int index, int completed)
 {
     this.routine   = routine;
     this.index     = index;
     this.completed = completed;
 }
Exemplo n.º 2
0
 public Receiver(RepositoryViewReadRoutine routine)
 {
     this.routine = routine;
 }