コード例 #1
0
ファイル: ConnegSettings.cs プロジェクト: joemcbride/fubumvc
 public void ApplyRules(OutputNode node)
 {
     Rules.Top.ApplyOutputs(node, node.ParentChain() ?? new BehaviorChain(), this);
 }
コード例 #2
0
 public void ApplyRules(OutputNode node)
 {
     Rules.Top.ApplyOutputs(node, node.ParentChain() ?? new BehaviorChain(), this);
 }