Exemplo n.º 1
0
 public BindingEventArgs(string group, Behavior behavior)
 {
     this.group = group;
     this.behavior = behavior;
 }
Exemplo n.º 2
0
 public BindingEventArgs(string group, Behavior behavior)
 {
     this.group    = group;
     this.behavior = behavior;
 }