示例#1
0
 public void setVarStack(IDictionary <string, object> pDic)
 {
     _oper = new VarsOperations(pDic);
 }
示例#2
0
 public void setVarStack()
 {
     _oper = new VarsOperations(new Dictionary <string, object>());
 }