Exemplo n.º 1
0
 public BtCondition(BtCAll call)
 {
     Condition = call;
 }
Exemplo n.º 2
0
 public BtAction(BtCAll call)
 {
     Action = call;
 }
Exemplo n.º 3
0
 public BtDecoratorFilter(BtCAll condition, IBtTask task) : base(task)
 {
     Condition = condition;
 }