Esempio n. 1
0
 public ResponderInvoker(Responder handler, Dictionary <string, string> parameters)
 {
     this.handler    = handler;
     this.parameters = parameters;
 }
Esempio n. 2
0
 public ResponderInvoker(Responder handler, Dictionary<string,string> parameters) {
     this.handler = handler;
     this.parameters = parameters;
 }