Ejemplo n.º 1
0
 public ForkIntention(Intention i, ForkData fd)
 {
     i.CopyTo(this);
     forkPoint = i.Size();
     this.fd   = fd;
 }