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