Ejemplo n.º 1
0
 public MyRefinedAbstraction(IBridgeImplementor impl) : base(impl)
 {
     System.Diagnostics.Debug.WriteLine("Using MyRefinedAbstraction");
 }
Ejemplo n.º 2
0
 public BridgeAbstractionBase(IBridgeImplementor implementor)
 {
     _implementor = implementor;
 }
Ejemplo n.º 3
0
 public MyRefinedAbstraction(IBridgeImplementor impl)
     : base(impl)
 {
     System.Diagnostics.Debug.WriteLine("Using MyRefinedAbstraction");
 }