コード例 #1
0
 public override void sendToNextChain(ChainResponsibility nextChain)
 {
     // TODO Auto-generated method stub
     this.nextChain = nextChain;
 }
コード例 #2
0
ファイル: SubstractVar.cs プロジェクト: dizzy-bree/BYT-45
 public override void sendToNextChain(ChainResponsibility nextChain)
 {
     this.nextChain = nextChain;
 }
コード例 #3
0
 public abstract void sendToNextChain(ChainResponsibility nextChain);