Exemplo n.º 1
0
 public LazyConditionEvaluator(AddIn addIn, Properties properties)
 {
     this.addIn     = addIn;
     this.name      = properties["name"];
     this.className = properties["class"];
 }