Exemple #1
0
 private ReConfigChunk getPrevious(ReConfigChunk rconf)
 {
     return(rconf.sameAs(recentInbound) ? sentReply : null);
 }
Exemple #2
0
 private bool haveSeen(ReConfigChunk rconf)
 {
     return(rconf.sameAs(recentInbound));
 }