Ejemplo n.º 1
0
 public CycleDetectorComponentAdapter(IComponentAdapter theDelegate,
                                      Hashtable set,
                                      IObjectReference reference) : base(theDelegate)
 {
     this.set       = set;
     this.reference = reference;
 }
 public CycleDetectorComponentAdapter(IComponentAdapter theDelegate,
                                      Hashtable set,
                                      IObjectReference reference) : base(theDelegate)
 {
     this.set = set;
     this.reference = reference;
 }
		public CycleDetectorComponentAdapter(IComponentAdapter theDelegate,
		                                     Hashtable set,
		                                     PicoContainer.Defaults.IObjectReference reference) : base(theDelegate)
		{
			this.set = set;
			this.reference = reference;
		}