コード例 #1
0
 private Receiver(RepositoryViewReadRoutine routine, int index, int completed)
 {
     this.routine   = routine;
     this.index     = index;
     this.completed = completed;
 }
コード例 #2
0
 public Receiver(RepositoryViewReadRoutine routine)
 {
     this.routine = routine;
 }