Пример #1
0
 public BehaviorBlacklistException(String message, Behavior behavior)
     : base(message)
 {
     this.Behavior = behavior;
 }
Пример #2
0
 public LateLinkEntry(Behavior behavior, Action action)
 {
     this.behavior = behavior;
     this.action   = action;
 }