Exemplo n.º 1
0
 public void setVarStack(IDictionary <string, object> pDic)
 {
     _oper = new VarsOperations(pDic);
 }
Exemplo n.º 2
0
 public void setVarStack()
 {
     _oper = new VarsOperations(new Dictionary <string, object>());
 }