public StringTemplateViewContextAdapter(string componentName, StringTemplate st)
		{
			this.componentName = componentName;
			this.st = st;
			this.contextVarsAdapter = new StAttributes2IDictionaryAdapter(st);
		}
Exemplo n.º 2
0
 public StringTemplateViewContextAdapter(string componentName, StringTemplate st)
 {
     this.componentName      = componentName;
     this.st                 = st;
     this.contextVarsAdapter = new StAttributes2IDictionaryAdapter(st);
 }