Beispiel #1
0
 public RecyclingHandler(RecyclingFactory f, int id)
 {
     factory   = f;
     handlerID = id;
 }
 public RecylingHandler(RecyclingFactory f, int id)
 {
     factory = f;
     handlerID = id;
 }
 public RecylingHandler(RecyclingFactory factory, int handlerId)
 {
     _handlerId = handlerId;
     _factory   = factory;
 }
Beispiel #4
0
 public RecyclingHandler(RecyclingFactory f, Int32 id)
 {
     factory        = f;
     this.handlerID = id;
 }