Example #1
0
 public GlobalCountCallHandler(string name, CallCounter counter)
 {
     callHandlerName = name;
     this.counter    = counter;
 }
 public GlobalCountCallHandler(string name, CallCounter counter)
 {
     callHandlerName = name;
     this.counter = counter;
 }