Ejemplo n.º 1
0
 protected ProxyFactoryBase()
 {
     behavior = BehaviorFactory.Create(ProxyBehavior.Default);
 }
Ejemplo n.º 2
0
 protected ProxyFactoryBase(ProxyBehavior behavior)
 {
     this.behavior = BehaviorFactory.Create(behavior);
 }