public BranchProcessData ToBranchProcessData() { BranchProcessData branch = new BranchProcessData(this.SenderLocation, this.FirstWireLocation, this.Signal); branch.LastWireLocation = this.LastWireLocation; return(branch); }
public BranchProcessData ToBranchProcessData() { BranchProcessData branch = new BranchProcessData(this.SenderLocation, this.FirstWireLocation, this.Signal); branch.LastWireLocation = this.LastWireLocation; return branch; }