private static ChainPathExplorer GetChain() { var chainpathExplorer = new ChainPathExplorer(); chainOfResponsibility.DescribePath(chainpathExplorer); return(chainpathExplorer); }
private static ChainPathExplorer GetChain() { var chainpathExplorer = new ChainPathExplorer(); chainOfResponsibility.DescribePath(chainpathExplorer); return chainpathExplorer; }