Ejemplo n.º 1
0
 public RecyclingHandler(RecyclingFactory f, int id)
 {
     factory   = f;
     handlerID = id;
 }
Ejemplo n.º 2
0
 public RecylingHandler(RecyclingFactory f, int id)
 {
     factory = f;
     handlerID = id;
 }
Ejemplo n.º 3
0
 public RecylingHandler(RecyclingFactory factory, int handlerId)
 {
     _handlerId = handlerId;
     _factory   = factory;
 }
Ejemplo n.º 4
0
 public RecyclingHandler(RecyclingFactory f, Int32 id)
 {
     factory        = f;
     this.handlerID = id;
 }